public static interface PutContainerPolicyRequest.Builder extends MediaStoreRequest.Builder, CopyableBuilder<PutContainerPolicyRequest.Builder,PutContainerPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutContainerPolicyRequest.Builder |
containerName(String containerName)
The name of the container.
|
PutContainerPolicyRequest.Builder |
policy(String policy)
The contents of the policy, which includes the following:
|
PutContainerPolicyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PutContainerPolicyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildPutContainerPolicyRequest.Builder containerName(String containerName)
The name of the container.
containerName - The name of the container.PutContainerPolicyRequest.Builder policy(String policy)
The contents of the policy, which includes the following:
One Version tag
One Statement tag that contains the standard tags for the policy.
policy - The contents of the policy, which includes the following:
One Version tag
One Statement tag that contains the standard tags for the policy.
PutContainerPolicyRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PutContainerPolicyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.