Class CfnBridgeOutputProps.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnBridgeOutputProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgeOutputProps>
- Enclosing interface:
CfnBridgeOutputProps
@Stability(Stable)
public static final class CfnBridgeOutputProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgeOutputProps>
A builder for
CfnBridgeOutputProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnBridgeOutputProps.getBridgeArn()
build()
Builds the configured instance.Sets the value ofCfnBridgeOutputProps.getName()
networkOutput
(IResolvable networkOutput) Sets the value ofCfnBridgeOutputProps.getNetworkOutput()
networkOutput
(CfnBridgeOutput.BridgeNetworkOutputProperty networkOutput) Sets the value ofCfnBridgeOutputProps.getNetworkOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bridgeArn
Sets the value ofCfnBridgeOutputProps.getBridgeArn()
- Parameters:
bridgeArn
- The ARN of the bridge that you want to describe. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnBridgeOutputProps.getName()
- Parameters:
name
- The network output name. This parameter is required. This name is used to reference the output and must be unique among outputs in this bridge.- Returns:
this
-
networkOutput
Sets the value ofCfnBridgeOutputProps.getNetworkOutput()
- Parameters:
networkOutput
- Add a network output to an existing bridge. This parameter is required.- Returns:
this
-
networkOutput
@Stability(Stable) public CfnBridgeOutputProps.Builder networkOutput(CfnBridgeOutput.BridgeNetworkOutputProperty networkOutput) Sets the value ofCfnBridgeOutputProps.getNetworkOutput()
- Parameters:
networkOutput
- Add a network output to an existing bridge. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBridgeOutputProps>
- Returns:
- a new instance of
CfnBridgeOutputProps
- Throws:
NullPointerException
- if any required attribute was not provided
-