Interface GetChannelPolicyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetChannelPolicyResponse.Builder,,GetChannelPolicyResponse> MediaTailorResponse.Builder,SdkBuilder<GetChannelPolicyResponse.Builder,,GetChannelPolicyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetChannelPolicyResponse
public static interface GetChannelPolicyResponse.Builder
extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<GetChannelPolicyResponse.Builder,GetChannelPolicyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe IAM policy for the channel.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
policy
The IAM policy for the channel. IAM policies are used to control access to your channel.
- Parameters:
 policy- The IAM policy for the channel. IAM policies are used to control access to your channel.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -