public static interface CreateChannelGroupRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<CreateChannelGroupRequest.Builder,CreateChannelGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateChannelGroupRequest.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
CreateChannelGroupRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
|
CreateChannelGroupRequest.Builder |
description(String description)
Enter any descriptive text that helps you to identify the channel group.
|
CreateChannelGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateChannelGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateChannelGroupRequest.Builder |
tags(Map<String,String> tags)
A comma-separated list of tag key:value pairs that you define.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateChannelGroupRequest.Builder channelGroupName(String channelGroupName)
The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region. You can't use spaces in the name. You can't change the name after you create the channel group.
channelGroupName - The name that describes the channel group. The name is the primary identifier for the channel group,
and must be unique for your account in the AWS Region. You can't use spaces in the name. You can't
change the name after you create the channel group.CreateChannelGroupRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive token that you provide to ensure the idempotency of the request.CreateChannelGroupRequest.Builder description(String description)
Enter any descriptive text that helps you to identify the channel group.
description - Enter any descriptive text that helps you to identify the channel group.CreateChannelGroupRequest.Builder tags(Map<String,String> tags)
A comma-separated list of tag key:value pairs that you define. For example:
"Key1": "Value1",
"Key2": "Value2"
tags - A comma-separated list of tag key:value pairs that you define. For example:
"Key1": "Value1",
"Key2": "Value2"
CreateChannelGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateChannelGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.