Class CfnBridgeSource.MulticastSourceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBridgeSource.MulticastSourceSettingsProperty>
- Enclosing interface:
CfnBridgeSource.MulticastSourceSettingsProperty
@Stability(Stable)
public static final class CfnBridgeSource.MulticastSourceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBridgeSource.MulticastSourceSettingsProperty>
A builder for
CfnBridgeSource.MulticastSourceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.multicastSourceIp(String multicastSourceIp) Sets the value ofCfnBridgeSource.MulticastSourceSettingsProperty.getMulticastSourceIp()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
multicastSourceIp
@Stability(Stable) public CfnBridgeSource.MulticastSourceSettingsProperty.Builder multicastSourceIp(String multicastSourceIp) Sets the value ofCfnBridgeSource.MulticastSourceSettingsProperty.getMulticastSourceIp()- Parameters:
multicastSourceIp- The IP address of the source for source-specific multicast (SSM).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBridgeSource.MulticastSourceSettingsProperty>- Returns:
- a new instance of
CfnBridgeSource.MulticastSourceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-