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
Modifier and TypeMethodDescriptionchannelName
(String channelName) The channel name associated with this Channel Policy.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
-
Method Details
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutChannelPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-