public static interface PutChannelPolicyRequest.Builder extends MediaPackageV2Request.Builder, SdkPojo, CopyableBuilder<PutChannelPolicyRequest.Builder,PutChannelPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutChannelPolicyRequest.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
PutChannelPolicyRequest.Builder |
channelName(String channelName)
The name that describes the channel.
|
PutChannelPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutChannelPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutChannelPolicyRequest.Builder |
policy(String policy)
The policy to attach to the specified channel.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutChannelPolicyRequest.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.PutChannelPolicyRequest.Builder channelName(String channelName)
The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
channelName - The name that describes the channel. The name is the primary identifier for the channel, and must be
unique for your account in the AWS Region and channel group.PutChannelPolicyRequest.Builder policy(String policy)
The policy to attach to the specified channel.
policy - The policy to attach to the specified channel.PutChannelPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutChannelPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.