Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
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)
Name of the pipeline.
|
PipelineDescription |
PipelineDescription.withPipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline.
|
Modifier and Type | Method and Description |
---|---|
List<PipelineDescription> |
DescribePipelinesResult.getPipelineDescriptionList()
An array of descriptions returned for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
DescribePipelinesResult |
DescribePipelinesResult.withPipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePipelinesResult.setPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.
|
DescribePipelinesResult |
DescribePipelinesResult.withPipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions returned for the specified pipelines.
|
Copyright © 2014. All rights reserved.