Package services.mediapackagev2
Class CfnChannelGroup.Builder
java.lang.Object
services.mediapackagev2.CfnChannelGroup.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelGroup>
- Enclosing class:
CfnChannelGroup
@Stability(Stable)
public static final class CfnChannelGroup.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelGroup>
A fluent builder for
CfnChannelGroup
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
channelGroupName
(String channelGroupName) The name of the channel group.static CfnChannelGroup.Builder
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 CfnChannelGroup.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnChannelGroup.Builder
.
-
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:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannelGroup>
- Returns:
- a newly built instance of
CfnChannelGroup
.
-