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