Class CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty>
- Enclosing interface:
CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty
@Stability(Stable)
public static final class CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty>
A builder for
CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.multicastIp(String multicastIp) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getMulticastIp()multicastSourceSettings(CfnBridgeSourcePropsMixin.MulticastSourceSettingsProperty multicastSourceSettings) multicastSourceSettings(IResolvable multicastSourceSettings) networkName(String networkName) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getNetworkName()Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getPort()Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getProtocol()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
multicastIp
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder multicastIp(String multicastIp) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getMulticastIp()- Parameters:
multicastIp- The network source multicast IP.- Returns:
this
-
multicastSourceSettings
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder multicastSourceSettings(IResolvable multicastSourceSettings) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getMulticastSourceSettings()- Parameters:
multicastSourceSettings- The settings related to the multicast source.- Returns:
this
-
multicastSourceSettings
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder multicastSourceSettings(CfnBridgeSourcePropsMixin.MulticastSourceSettingsProperty multicastSourceSettings) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getMulticastSourceSettings()- Parameters:
multicastSourceSettings- The settings related to the multicast source.- Returns:
this
-
networkName
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder networkName(String networkName) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getNetworkName()- Parameters:
networkName- The network source's gateway network name.- Returns:
this
-
port
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder port(Number port) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getPort()- Parameters:
port- The network source port.- Returns:
this
-
protocol
@Stability(Stable) public CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.Builder protocol(String protocol) Sets the value ofCfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty.getProtocol()- Parameters:
protocol- The network source protocol.AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty>- Returns:
- a new instance of
CfnBridgeSourcePropsMixin.BridgeNetworkSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-