Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Modifier and Type | Method and Description |
---|---|
PipelineDescription |
PipelineDescription.clone() |
PipelineDescription |
PipelineDescription.withDescription(String description)
Description of the pipeline.
|
PipelineDescription |
PipelineDescription.withFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:
|
PipelineDescription |
PipelineDescription.withFields(Field... fields)
A list of read-only fields that contain metadata about the pipeline:
|
PipelineDescription |
PipelineDescription.withName(String name)
The name of the pipeline.
|
PipelineDescription |
PipelineDescription.withPipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline.
|
PipelineDescription |
PipelineDescription.withTags(Collection<Tag> tags)
A list of tags to associated with a pipeline.
|
PipelineDescription |
PipelineDescription.withTags(Tag... tags)
A list of tags to associated with a pipeline.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineDescription> |
DescribePipelinesResult.getPipelineDescriptionList()
An array of descriptions for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
DescribePipelinesResult |
DescribePipelinesResult.withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePipelinesResult.setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
DescribePipelinesResult |
DescribePipelinesResult.withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
|
Copyright © 2018. All rights reserved.