public static interface UpdateChannelGroupRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<UpdateChannelGroupRequest.Builder,UpdateChannelGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateChannelGroupRequest.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
UpdateChannelGroupRequest.Builder |
description(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
|
UpdateChannelGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateChannelGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateChannelGroupRequest.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.
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.UpdateChannelGroupRequest.Builder description(String description)
Any descriptive information that you want to add to the channel group for future identification purposes.
description - Any descriptive information that you want to add to the channel group for future identification
purposes.UpdateChannelGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateChannelGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.