public static interface AddTagsRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<AddTagsRequest.Builder,AddTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddTagsRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
AddTagsRequest.Builder |
tags(Collection<Tag> tags)
The tags to add, as key/value pairs.
|
AddTagsRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to add, as key/value pairs.
|
AddTagsRequest.Builder |
tags(Tag... tags)
The tags to add, as key/value pairs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddTagsRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId - The ID of the pipeline.AddTagsRequest.Builder tags(Collection<Tag> tags)
The tags to add, as key/value pairs.
tags - The tags to add, as key/value pairs.AddTagsRequest.Builder tags(Tag... tags)
The tags to add, as key/value pairs.
tags - The tags to add, as key/value pairs.AddTagsRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to add, as key/value pairs.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) AddTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.