Class CfnBridgeOutputMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgeOutputMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgeOutputMixinProps>
- Enclosing interface:
CfnBridgeOutputMixinProps
@Stability(Stable)
public static final class CfnBridgeOutputMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgeOutputMixinProps>
A builder for
CfnBridgeOutputMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnBridgeOutputMixinProps.getBridgeArn()build()Builds the configured instance.Sets the value ofCfnBridgeOutputMixinProps.getName()Sets the value ofCfnBridgeOutputMixinProps.getNetworkOutput()networkOutput(IResolvable networkOutput) Sets the value ofCfnBridgeOutputMixinProps.getNetworkOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bridgeArn
Sets the value ofCfnBridgeOutputMixinProps.getBridgeArn()- Parameters:
bridgeArn- The Amazon Resource Name (ARN) of the bridge that you want to update.- Returns:
this
-
name
Sets the value ofCfnBridgeOutputMixinProps.getName()- Parameters:
name- The network output name. This name is used to reference the output and must be unique among outputs in this bridge.- Returns:
this
-
networkOutput
@Stability(Stable) public CfnBridgeOutputMixinProps.Builder networkOutput(IResolvable networkOutput) Sets the value ofCfnBridgeOutputMixinProps.getNetworkOutput()- Parameters:
networkOutput- The network output of the bridge. A network output is delivered to your premises.- Returns:
this
-
networkOutput
@Stability(Stable) public CfnBridgeOutputMixinProps.Builder networkOutput(CfnBridgeOutputPropsMixin.BridgeNetworkOutputProperty networkOutput) Sets the value ofCfnBridgeOutputMixinProps.getNetworkOutput()- Parameters:
networkOutput- The network 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<CfnBridgeOutputMixinProps>- Returns:
- a new instance of
CfnBridgeOutputMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-