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