CopyableBuilder<DescribePipelinesResponse.Builder,DescribePipelinesResponse>, SdkBuilder<DescribePipelinesResponse.Builder,DescribePipelinesResponse>public static interface DescribePipelinesResponse.Builder extends CopyableBuilder<DescribePipelinesResponse.Builder,DescribePipelinesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribePipelinesResponse.Builder |
pipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList) |
An array of descriptions for the specified pipelines.
|
DescribePipelinesResponse.Builder |
pipelineDescriptionList(PipelineDescription... pipelineDescriptionList) |
An array of descriptions for the specified pipelines.
|
copyapply, buildDescribePipelinesResponse.Builder pipelineDescriptionList(Collection<PipelineDescription> pipelineDescriptionList)
An array of descriptions for the specified pipelines.
pipelineDescriptionList - An array of descriptions for the specified pipelines.DescribePipelinesResponse.Builder pipelineDescriptionList(PipelineDescription... pipelineDescriptionList)
An array of descriptions for the specified pipelines.
NOTE: This method appends the values to the existing list (if any). Use
#setPipelineDescriptionList(java.util.Collection) or
#withPipelineDescriptionList(java.util.Collection) if you want to override the existing values.
pipelineDescriptionList - An array of descriptions for the specified pipelines.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.