public static interface GetChannelPolicyResponse.Builder extends MediaPackageV2Response.Builder, SdkPojo, CopyableBuilder<GetChannelPolicyResponse.Builder,GetChannelPolicyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetChannelPolicyResponse.Builder |
channelGroupName(String channelGroupName)
The name that describes the channel group.
|
GetChannelPolicyResponse.Builder |
channelName(String channelName)
The name that describes the channel.
|
GetChannelPolicyResponse.Builder |
policy(String policy)
The policy assigned to the channel.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetChannelPolicyResponse.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.GetChannelPolicyResponse.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.GetChannelPolicyResponse.Builder policy(String policy)
The policy assigned to the channel.
policy - The policy assigned to the channel.Copyright © 2023. All rights reserved.