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.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.