public static interface RemoveTagsRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveTagsRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
RemoveTagsRequest.Builder |
tagKeys(Collection<String> tagKeys)
The keys of the tags to remove.
|
RemoveTagsRequest.Builder |
tagKeys(String... tagKeys)
The keys of the tags to remove.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRemoveTagsRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.RemoveTagsRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags to remove.
tagKeys - The keys of the tags to remove.RemoveTagsRequest.Builder tagKeys(String... tagKeys)
The keys of the tags to remove.
tagKeys - The keys of the tags to remove.RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.