Class CfnBridgeOutputPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.mediaconnect.mixins.CfnBridgeOutputPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgeOutputPropsMixin>
- Enclosing class:
CfnBridgeOutputPropsMixin
@Stability(Stable)
public static final class CfnBridgeOutputPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgeOutputPropsMixin>
A fluent builder for
CfnBridgeOutputPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the bridge that you want to update.build()create()create(CfnPropertyMixinOptions options) The network output name.networkOutput(IResolvable networkOutput) The network output of the bridge.The network output of the bridge.
-
Method Details
-
create
@Stability(Stable) public static CfnBridgeOutputPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBridgeOutputPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBridgeOutputPropsMixin.Builder.
-
bridgeArn
The Amazon Resource Name (ARN) of the bridge that you want to update.- Parameters:
bridgeArn- The Amazon Resource Name (ARN) of the bridge that you want to update. This parameter is required.- Returns:
this- See Also:
-
name
The network output name.This name is used to reference the output and must be unique among outputs in this bridge.
- Parameters:
name- The network output name. This parameter is required.- Returns:
this- See Also:
-
networkOutput
@Stability(Stable) public CfnBridgeOutputPropsMixin.Builder networkOutput(IResolvable networkOutput) The network output of the bridge.A network output is delivered to your premises.
- Parameters:
networkOutput- The network output of the bridge. This parameter is required.- Returns:
this- See Also:
-
networkOutput
@Stability(Stable) public CfnBridgeOutputPropsMixin.Builder networkOutput(CfnBridgeOutputPropsMixin.BridgeNetworkOutputProperty networkOutput) The network output of the bridge.A network output is delivered to your premises.
- Parameters:
networkOutput- The network output of the bridge. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridgeOutputPropsMixin>- Returns:
- a newly built instance of
CfnBridgeOutputPropsMixin.
-