public static interface UntagResourceRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
resourceArn(String resourceArn)
The ARN of the resource.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of the keys of the tags to be removed from the resource.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of the keys of the tags to be removed from the resource.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UntagResourceRequest.Builder resourceArn(String resourceArn)
The ARN of the resource.
resourceArn
- The ARN of the resource.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of the keys of the tags to be removed from the resource.
tagKeys
- A list of the keys of the tags to be removed from the resource.UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of the keys of the tags to be removed from the resource.
tagKeys
- A list of the keys of the tags to be removed from the resource.UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.