Class CfnChannelGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelGroupPropsMixin>
- Enclosing class:
CfnChannelGroupPropsMixin
@Stability(Stable)
public static final class CfnChannelGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelGroupPropsMixin>
A fluent builder for
CfnChannelGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()channelGroupName(String channelGroupName) The name of the channel group.create()create(CfnPropertyMixinOptions options) description(String description) The configuration for a MediaPackage V2 channel group.The tags associated with the channel group.
-
Method Details
-
create
@Stability(Stable) public static CfnChannelGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnChannelGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnChannelGroupPropsMixin.Builder.
-
channelGroupName
@Stability(Stable) public CfnChannelGroupPropsMixin.Builder channelGroupName(String channelGroupName) The name of the channel group.- Parameters:
channelGroupName- The name of the channel group. This parameter is required.- Returns:
this- See Also:
-
description
The configuration for a MediaPackage V2 channel group.- Parameters:
description- The configuration for a MediaPackage V2 channel group. This parameter is required.- Returns:
this- See Also:
-
tags
The tags associated with the channel group.- Parameters:
tags- The tags associated with the channel group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelGroupPropsMixin>- Returns:
- a newly built instance of
CfnChannelGroupPropsMixin.
-