public static interface PutImagePolicyRequest.Builder extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<PutImagePolicyRequest.Builder,PutImagePolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutImagePolicyRequest.Builder |
imageArn(String imageArn)
The Amazon Resource Name (ARN) of the image that this policy should be applied to.
|
PutImagePolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutImagePolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutImagePolicyRequest.Builder |
policy(String policy)
The policy to apply.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutImagePolicyRequest.Builder imageArn(String imageArn)
The Amazon Resource Name (ARN) of the image that this policy should be applied to.
imageArn - The Amazon Resource Name (ARN) of the image that this policy should be applied to.PutImagePolicyRequest.Builder policy(String policy)
The policy to apply.
policy - The policy to apply.PutImagePolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutImagePolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.