Class CfnNodePropsMixin.SdiSourceMappingProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnNodePropsMixin.SdiSourceMappingProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNodePropsMixin.SdiSourceMappingProperty>
- Enclosing interface:
CfnNodePropsMixin.SdiSourceMappingProperty
@Stability(Stable)
public static final class CfnNodePropsMixin.SdiSourceMappingProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNodePropsMixin.SdiSourceMappingProperty>
A builder for
CfnNodePropsMixin.SdiSourceMappingProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cardNumber(Number cardNumber) Sets the value ofCfnNodePropsMixin.SdiSourceMappingProperty.getCardNumber()channelNumber(Number channelNumber) Sets the value ofCfnNodePropsMixin.SdiSourceMappingProperty.getChannelNumber()Sets the value ofCfnNodePropsMixin.SdiSourceMappingProperty.getSdiSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cardNumber
@Stability(Stable) public CfnNodePropsMixin.SdiSourceMappingProperty.Builder cardNumber(Number cardNumber) Sets the value ofCfnNodePropsMixin.SdiSourceMappingProperty.getCardNumber()- Parameters:
cardNumber- The card number.- Returns:
this
-
channelNumber
@Stability(Stable) public CfnNodePropsMixin.SdiSourceMappingProperty.Builder channelNumber(Number channelNumber) Sets the value ofCfnNodePropsMixin.SdiSourceMappingProperty.getChannelNumber()- Parameters:
channelNumber- The channel number.- Returns:
this
-
sdiSource
@Stability(Stable) public CfnNodePropsMixin.SdiSourceMappingProperty.Builder sdiSource(String sdiSource) Sets the value ofCfnNodePropsMixin.SdiSourceMappingProperty.getSdiSource()- Parameters:
sdiSource- The SDI source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNodePropsMixin.SdiSourceMappingProperty>- Returns:
- a new instance of
CfnNodePropsMixin.SdiSourceMappingProperty - Throws:
NullPointerException- if any required attribute was not provided
-