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
Constructors -
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 Amazon Resource Name (ARN) of the bridge that you want to update. 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- The network output of the bridge. This parameter is required. A network output is delivered to your premises.- Returns:
this
-
networkOutput
@Stability(Stable) public CfnBridgeOutputProps.Builder networkOutput(CfnBridgeOutput.BridgeNetworkOutputProperty networkOutput) Sets the value ofCfnBridgeOutputProps.getNetworkOutput()- Parameters:
networkOutput- The network output of the bridge. This parameter is required. A network output is delivered to your premises.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridgeOutputProps>- Returns:
- a new instance of
CfnBridgeOutputProps - Throws:
NullPointerException- if any required attribute was not provided
-