public static interface DeleteTagsRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DeleteTagsRequest.Builder,DeleteTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTagsRequest.Builder |
resourceName(String resourceName)
The Amazon Resource Name (ARN) from which you want to remove the tag or tags.
|
DeleteTagsRequest.Builder |
tagKeys(Collection<String> tagKeys)
The tag key that you want to delete.
|
DeleteTagsRequest.Builder |
tagKeys(String... tagKeys)
The tag key that you want to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTagsRequest.Builder resourceName(String resourceName)
The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-1:123456789:cluster:t1.
resourceName - The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example,
arn:aws:redshift:us-east-1:123456789:cluster:t1.DeleteTagsRequest.Builder tagKeys(Collection<String> tagKeys)
The tag key that you want to delete.
tagKeys - The tag key that you want to delete.DeleteTagsRequest.Builder tagKeys(String... tagKeys)
The tag key that you want to delete.
tagKeys - The tag key that you want to delete.DeleteTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.