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