Class CfnChannelPlacementGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPlacementGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPlacementGroupPropsMixin>
- Enclosing class:
CfnChannelPlacementGroupPropsMixin
@Stability(Stable)
public static final class CfnChannelPlacementGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPlacementGroupPropsMixin>
A fluent builder for
CfnChannelPlacementGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The ID of the cluster the node is on.create()create(CfnPropertyMixinOptions options) The name of the channel placement group.List of nodes added to the channel placement group.A collection of key-value pairs.
-
Method Details
-
create
@Stability(Stable) public static CfnChannelPlacementGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnChannelPlacementGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnChannelPlacementGroupPropsMixin.Builder.
-
clusterId
The ID of the cluster the node is on.- Parameters:
clusterId- The ID of the cluster the node is on. This parameter is required.- Returns:
this- See Also:
-
name
The name of the channel placement group.- Parameters:
name- The name of the channel placement group. This parameter is required.- Returns:
this- See Also:
-
nodes
List of nodes added to the channel placement group.- Parameters:
nodes- List of nodes added to the channel placement group. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnChannelPlacementGroupPropsMixin.Builder tags(List<? extends CfnTag> tags) A collection of key-value pairs.- Parameters:
tags- A collection of key-value pairs. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPlacementGroupPropsMixin>- Returns:
- a newly built instance of
CfnChannelPlacementGroupPropsMixin.
-