Class CfnChannelPropsMixin.VideoSelectorProgramIdProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.VideoSelectorProgramIdProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.VideoSelectorProgramIdProperty>
- Enclosing interface:
CfnChannelPropsMixin.VideoSelectorProgramIdProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.VideoSelectorProgramIdProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.VideoSelectorProgramIdProperty>
A builder for
CfnChannelPropsMixin.VideoSelectorProgramIdProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnChannelPropsMixin.VideoSelectorProgramIdProperty.getProgramId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
programId
@Stability(Stable) public CfnChannelPropsMixin.VideoSelectorProgramIdProperty.Builder programId(Number programId) Sets the value ofCfnChannelPropsMixin.VideoSelectorProgramIdProperty.getProgramId()- Parameters:
programId- Selects a specific program from within a multi-program transport stream. If the program doesn't exist, MediaLive selects the first program within the transport stream by default.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.VideoSelectorProgramIdProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.VideoSelectorProgramIdProperty - Throws:
NullPointerException- if any required attribute was not provided
-