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 that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) AddTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.