Class BridgeOutputProps.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.BridgeOutputProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<BridgeOutputProps>
- Enclosing interface:
BridgeOutputProps
@Stability(Experimental)
public static final class BridgeOutputProps.Builder
extends Object
implements software.amazon.jsii.Builder<BridgeOutputProps>
A builder for
BridgeOutputProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofBridgeOutputProps.getBridge()bridgeOutputName(String bridgeOutputName) Sets the value ofBridgeOutputProps.getBridgeOutputName()build()Builds the configured instance.output(BridgeOutputConfiguration output) Sets the value ofBridgeOutputProps.getOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bridge
Sets the value ofBridgeOutputProps.getBridge()- Parameters:
bridge- The bridge that you want to update. This parameter is required.- Returns:
this
-
output
Sets the value ofBridgeOutputProps.getOutput()- Parameters:
output- The network output configuration. This parameter is required.- Returns:
this
-
bridgeOutputName
Sets the value ofBridgeOutputProps.getBridgeOutputName()- Parameters:
bridgeOutputName- Bridge output name.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BridgeOutputProps>- Returns:
- a new instance of
BridgeOutputProps - Throws:
NullPointerException- if any required attribute was not provided
-