Interface RemoveTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>,DataPipelineRequest.Builder,SdkBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveTagsRequest
public static interface RemoveTagsRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<RemoveTagsRequest.Builder,RemoveTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveTagsRequest.BuilderpipelineId(String pipelineId)The ID of the pipeline.RemoveTagsRequest.BuildertagKeys(String... tagKeys)The keys of the tags to remove.RemoveTagsRequest.BuildertagKeys(Collection<String> tagKeys)The keys of the tags to remove.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
pipelineId
RemoveTagsRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
- Parameters:
pipelineId- The ID of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
RemoveTagsRequest.Builder tagKeys(Collection<String> tagKeys)
The keys of the tags to remove.
- Parameters:
tagKeys- The keys of the tags to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagKeys
RemoveTagsRequest.Builder tagKeys(String... tagKeys)
The keys of the tags to remove.
- Parameters:
tagKeys- The keys of the tags to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RemoveTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-