| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
AddTagsRequest.tags()
The tags to add, as key/value pairs.
|
List<Tag> |
PipelineDescription.tags()
A list of tags to associated with a pipeline.
|
List<Tag> |
CreatePipelineRequest.tags()
A list of tags to associate with the pipeline at creation.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Tag... tags)
The tags to add, as key/value pairs.
|
PipelineDescription.Builder |
PipelineDescription.Builder.tags(Tag... tags)
A list of tags to associated with a pipeline.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Tag... tags)
A list of tags to associate with the pipeline at creation.
|
| Modifier and Type | Method and Description |
|---|---|
AddTagsRequest.Builder |
AddTagsRequest.Builder.tags(Collection<Tag> tags)
The tags to add, as key/value pairs.
|
PipelineDescription.Builder |
PipelineDescription.Builder.tags(Collection<Tag> tags)
A list of tags to associated with a pipeline.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.tags(Collection<Tag> tags)
A list of tags to associate with the pipeline at creation.
|
Copyright © 2022. All rights reserved.