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