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