public static interface UntagPolicyRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<UntagPolicyRequest.Builder,UntagPolicyRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagPolicyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagPolicyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagPolicyRequest.Builder |
policyArn(String policyArn)
The ARN of the IAM customer managed policy from which you want to remove tags.
|
UntagPolicyRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagPolicyRequest.Builder |
tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagPolicyRequest.Builder policyArn(String policyArn)
The ARN of the IAM customer managed policy from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
policyArn - The ARN of the IAM customer managed policy from which you want to remove tags.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
UntagPolicyRequest.Builder tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified policy.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified policy.UntagPolicyRequest.Builder tagKeys(String... tagKeys)
A list of key names as a simple array of strings. The tags with matching keys are removed from the specified policy.
tagKeys - A list of key names as a simple array of strings. The tags with matching keys are removed from the
specified policy.UntagPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.