public static interface PutPolicyRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<PutPolicyRequest.Builder,PutPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
PutPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutPolicyRequest.Builder |
policy(String policy)
The path and file name of a JSON-formatted IAM policy to attach to the specified private CA resource.
|
PutPolicyRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Number (ARN) of the private CA to associate with the policy.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutPolicyRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Number (ARN) of the private CA to associate with the policy. The ARN of the CA can be found by calling the ListCertificateAuthorities action.
resourceArn - The Amazon Resource Number (ARN) of the private CA to associate with the policy. The ARN of the CA can
be found by calling the ListCertificateAuthorities action.
PutPolicyRequest.Builder policy(String policy)
The path and file name of a JSON-formatted IAM policy to attach to the specified private CA resource. If this
policy does not contain all required statements or if it includes any statement that is not allowed, the
PutPolicy action returns an InvalidPolicyException. For information about IAM
policy and statement structure, see Overview of
JSON Policies.
policy - The path and file name of a JSON-formatted IAM policy to attach to the specified private CA resource.
If this policy does not contain all required statements or if it includes any statement that is not
allowed, the PutPolicy action returns an InvalidPolicyException. For
information about IAM policy and statement structure, see Overview of JSON Policies.PutPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.