Class BridgeNetworkOutput.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.BridgeNetworkOutput.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<BridgeNetworkOutput>
- Enclosing interface:
BridgeNetworkOutput
@Stability(Experimental)
public static final class BridgeNetworkOutput.Builder
extends Object
implements software.amazon.jsii.Builder<BridgeNetworkOutput>
A builder for
BridgeNetworkOutput-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofBridgeNetworkOutput.getName()output(BridgeOutputConfiguration output) Sets the value ofBridgeNetworkOutput.getOutput()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofBridgeNetworkOutput.getName()- Parameters:
name- The name of the network output. Must be unique among outputs on the bridge. This parameter is required. Used as the physical name of the underlying CFN resource.- Returns:
this
-
output
@Stability(Experimental) public BridgeNetworkOutput.Builder output(BridgeOutputConfiguration output) Sets the value ofBridgeNetworkOutput.getOutput()- Parameters:
output- The network configuration describing where this output sends content. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BridgeNetworkOutput>- Returns:
- a new instance of
BridgeNetworkOutput - Throws:
NullPointerException- if any required attribute was not provided
-