Class CfnInputPropsMixin.MulticastSourceCreateRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnInputPropsMixin.MulticastSourceCreateRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInputPropsMixin.MulticastSourceCreateRequestProperty>
- Enclosing interface:
CfnInputPropsMixin.MulticastSourceCreateRequestProperty
@Stability(Stable)
public static final class CfnInputPropsMixin.MulticastSourceCreateRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInputPropsMixin.MulticastSourceCreateRequestProperty>
A builder for
CfnInputPropsMixin.MulticastSourceCreateRequestProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnInputPropsMixin.MulticastSourceCreateRequestProperty.getSourceIp()Sets the value ofCfnInputPropsMixin.MulticastSourceCreateRequestProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceIp
@Stability(Stable) public CfnInputPropsMixin.MulticastSourceCreateRequestProperty.Builder sourceIp(String sourceIp) Sets the value ofCfnInputPropsMixin.MulticastSourceCreateRequestProperty.getSourceIp()- Parameters:
sourceIp- the value to be set.- Returns:
this
-
url
@Stability(Stable) public CfnInputPropsMixin.MulticastSourceCreateRequestProperty.Builder url(String url) Sets the value ofCfnInputPropsMixin.MulticastSourceCreateRequestProperty.getUrl()- Parameters:
url- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInputPropsMixin.MulticastSourceCreateRequestProperty>- Returns:
- a new instance of
CfnInputPropsMixin.MulticastSourceCreateRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-