public static interface UntagResourceRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagResourceRequest.Builder |
resourceArn(String resourceArn)
Specifies the Amazon
Resource Name (ARN) of the managed permission that you want to remove tags from.
|
UntagResourceRequest.Builder |
resourceShareArn(String resourceShareArn)
Specifies the Amazon
Resource Name (ARN) of the resource share that you want to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
Specifies a list of one or more tag keys that you want to remove.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
Specifies a list of one or more tag keys that you want to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.Builder resourceShareArn(String resourceShareArn)
Specifies the Amazon
Resource Name (ARN) of the resource share that you want to remove tags from. The tags are removed from
the resource share, not the resources in the resource share. You must specify either
resourceShareArn, or resourceArn, but not both.
resourceShareArn - Specifies the Amazon Resource Name
(ARN) of the resource share that you want to remove tags from. The tags are removed from the
resource share, not the resources in the resource share. You must specify either
resourceShareArn, or resourceArn, but not both.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
Specifies a list of one or more tag keys that you want to remove.
tagKeys - Specifies a list of one or more tag keys that you want to remove.UntagResourceRequest.Builder tagKeys(String... tagKeys)
Specifies a list of one or more tag keys that you want to remove.
tagKeys - Specifies a list of one or more tag keys that you want to remove.UntagResourceRequest.Builder resourceArn(String resourceArn)
Specifies the Amazon
Resource Name (ARN) of the managed permission that you want to remove tags from. You must specify either
resourceArn, or resourceShareArn, but not both.
resourceArn - Specifies the Amazon Resource Name
(ARN) of the managed permission that you want to remove tags from. You must specify either
resourceArn, or resourceShareArn, but not both.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.