Interface PutChannelPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutChannelPolicyRequest.Builder,PutChannelPolicyRequest>,MediaTailorRequest.Builder,SdkBuilder<PutChannelPolicyRequest.Builder,PutChannelPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutChannelPolicyRequest
public static interface PutChannelPolicyRequest.Builder extends MediaTailorRequest.Builder, SdkPojo, CopyableBuilder<PutChannelPolicyRequest.Builder,PutChannelPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutChannelPolicyRequest.BuilderchannelName(String channelName)The channel name associated with this Channel Policy.PutChannelPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutChannelPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutChannelPolicyRequest.Builderpolicy(String policy)Adds an IAM role that determines the permissions of your channel.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediatailor.model.MediaTailorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
channelName
PutChannelPolicyRequest.Builder channelName(String channelName)
The channel name associated with this Channel Policy.
- Parameters:
channelName- The channel name associated with this Channel Policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
PutChannelPolicyRequest.Builder policy(String policy)
Adds an IAM role that determines the permissions of your channel.
- Parameters:
policy- Adds an IAM role that determines the permissions of your channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutChannelPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutChannelPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-