Class CfnBridge.BridgeNetworkOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnBridge.BridgeNetworkOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridge.BridgeNetworkOutputProperty>
- Enclosing interface:
CfnBridge.BridgeNetworkOutputProperty
@Stability(Stable)
public static final class CfnBridge.BridgeNetworkOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridge.BridgeNetworkOutputProperty>
A builder for
CfnBridge.BridgeNetworkOutputProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getIpAddress()Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getName()networkName(String networkName) Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getNetworkName()Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getPort()Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getProtocol()Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getTtl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipAddress
Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getIpAddress()- Parameters:
ipAddress- The network output IP address. This parameter is required.- Returns:
this
-
name
Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getName()- Parameters:
name- The network output name. This parameter is required.- Returns:
this
-
networkName
@Stability(Stable) public CfnBridge.BridgeNetworkOutputProperty.Builder networkName(String networkName) Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getNetworkName()- Parameters:
networkName- The network output's gateway network name. This parameter is required.- Returns:
this
-
port
Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getPort()- Parameters:
port- The network output's port. This parameter is required.- Returns:
this
-
protocol
Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getProtocol()- Parameters:
protocol- The network output protocol. This parameter is required.AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Returns:
this
-
ttl
Sets the value ofCfnBridge.BridgeNetworkOutputProperty.getTtl()- Parameters:
ttl- The network output TTL. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridge.BridgeNetworkOutputProperty>- Returns:
- a new instance of
CfnBridge.BridgeNetworkOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-