public static interface UntagResourceRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest.Builder |
arn(String arn)
The value of the resource that will have the tag removed.
|
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 |
tagKeys(Collection<String> tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UntagResourceRequest.Builder arn(String arn)
The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an identifier for a specific AWS resource, such as a server, user, or role.
arn
- The value of the resource that will have the tag removed. An Amazon Resource Name (ARN) is an
identifier for a specific AWS resource, such as a server, user, or role.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.
tagKeys
- TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by
type. This metadata can be attached to resources for any purpose.UntagResourceRequest.Builder tagKeys(String... tagKeys)
TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by type. This metadata can be attached to resources for any purpose.
tagKeys
- TagKeys are key-value pairs assigned to ARNs that can be used to group and search for resources by
type. This metadata can be attached to resources for any purpose.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.