Class CfnChannelGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelGroupMixinProps>
- Enclosing interface:
CfnChannelGroupMixinProps
@Stability(Stable)
public static final class CfnChannelGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelGroupMixinProps>
A builder for
CfnChannelGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.channelGroupName(String channelGroupName) Sets the value ofCfnChannelGroupMixinProps.getChannelGroupName()description(String description) Sets the value ofCfnChannelGroupMixinProps.getDescription()Sets the value ofCfnChannelGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
channelGroupName
@Stability(Stable) public CfnChannelGroupMixinProps.Builder channelGroupName(String channelGroupName) Sets the value ofCfnChannelGroupMixinProps.getChannelGroupName()- Parameters:
channelGroupName- The name of the channel group.- Returns:
this
-
description
Sets the value ofCfnChannelGroupMixinProps.getDescription()- Parameters:
description- The configuration for a MediaPackage V2 channel group.- Returns:
this
-
tags
Sets the value ofCfnChannelGroupMixinProps.getTags()- Parameters:
tags- The tags associated with the channel group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelGroupMixinProps>- Returns:
- a new instance of
CfnChannelGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-