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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetChannelPolicyResponse.Builderpolicy(String policy)The IAM policy for the channel.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
policy
GetChannelPolicyResponse.Builder policy(String 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.
-
-