public static interface RemoveTagsFromResourceRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsFromResourceRequest.Builder,RemoveTagsFromResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsFromResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsFromResourceRequest.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
|
RemoveTagsFromResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of the tags you want to remove from the specified resource.
|
RemoveTagsFromResourceRequest.Builder |
tagKeys(String... tagKeys)
The keys of the tags you want to remove from the specified resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsFromResourceRequest.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the resource you want to remove the tags from.
resourceARN - The Amazon Resource Name (ARN) of the resource you want to remove the tags from.RemoveTagsFromResourceRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.
tagKeys - The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value
pair.RemoveTagsFromResourceRequest.Builder tagKeys(String... tagKeys)
The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value pair.
tagKeys - The keys of the tags you want to remove from the specified resource. A tag is composed of a key-value
pair.RemoveTagsFromResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsFromResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.