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