Class CfnBridgeOutput.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnBridgeOutput.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgeOutput>
- Enclosing class:
CfnBridgeOutput
@Stability(Stable)
public static final class CfnBridgeOutput.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgeOutput>
A fluent builder for
CfnBridgeOutput
.-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the bridge that you want to describe.build()
static CfnBridgeOutput.Builder
The network output name.networkOutput
(IResolvable networkOutput) Add a network output to an existing bridge.networkOutput
(CfnBridgeOutput.BridgeNetworkOutputProperty networkOutput) Add a network output to an existing bridge.
-
Method Details
-
create
@Stability(Stable) public static CfnBridgeOutput.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnBridgeOutput.Builder
.
-
bridgeArn
The ARN of the bridge that you want to describe.- Parameters:
bridgeArn
- The ARN of the bridge that you want to describe. 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
Add a network output to an existing bridge.- Parameters:
networkOutput
- Add a network output to an existing bridge. This parameter is required.- Returns:
this
- See Also:
-
networkOutput
@Stability(Stable) public CfnBridgeOutput.Builder networkOutput(CfnBridgeOutput.BridgeNetworkOutputProperty networkOutput) Add a network output to an existing bridge.- Parameters:
networkOutput
- Add a network output to an existing bridge. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBridgeOutput>
- Returns:
- a newly built instance of
CfnBridgeOutput
.
-