Class CfnBridgePropsMixin.BridgeOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgePropsMixin.BridgeOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgePropsMixin.BridgeOutputProperty>
- Enclosing interface:
CfnBridgePropsMixin.BridgeOutputProperty
@Stability(Stable)
public static final class CfnBridgePropsMixin.BridgeOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgePropsMixin.BridgeOutputProperty>
A builder for
CfnBridgePropsMixin.BridgeOutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.networkOutput(CfnBridgePropsMixin.BridgeNetworkOutputProperty networkOutput) Sets the value ofCfnBridgePropsMixin.BridgeOutputProperty.getNetworkOutput()networkOutput(IResolvable networkOutput) Sets the value ofCfnBridgePropsMixin.BridgeOutputProperty.getNetworkOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
networkOutput
@Stability(Stable) public CfnBridgePropsMixin.BridgeOutputProperty.Builder networkOutput(IResolvable networkOutput) Sets the value ofCfnBridgePropsMixin.BridgeOutputProperty.getNetworkOutput()- Parameters:
networkOutput- The output of the bridge. A network output is delivered to your premises.- Returns:
this
-
networkOutput
@Stability(Stable) public CfnBridgePropsMixin.BridgeOutputProperty.Builder networkOutput(CfnBridgePropsMixin.BridgeNetworkOutputProperty networkOutput) Sets the value ofCfnBridgePropsMixin.BridgeOutputProperty.getNetworkOutput()- Parameters:
networkOutput- The output of the bridge. A network output is delivered to your premises.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridgePropsMixin.BridgeOutputProperty>- Returns:
- a new instance of
CfnBridgePropsMixin.BridgeOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-