CopyableBuilder<DescribePipelinesRequest.Builder,DescribePipelinesRequest>, SdkBuilder<DescribePipelinesRequest.Builder,DescribePipelinesRequest>public static interface DescribePipelinesRequest.Builder extends CopyableBuilder<DescribePipelinesRequest.Builder,DescribePipelinesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribePipelinesRequest.Builder |
pipelineIds(String... pipelineIds) |
The IDs of the pipelines to describe.
|
DescribePipelinesRequest.Builder |
pipelineIds(Collection<String> pipelineIds) |
The IDs of the pipelines to describe.
|
copyapply, buildDescribePipelinesRequest.Builder pipelineIds(Collection<String> pipelineIds)
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To
obtain pipeline IDs, call ListPipelines.DescribePipelinesRequest.Builder pipelineIds(String... pipelineIds)
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.
NOTE: This method appends the values to the existing list (if any). Use
#setPipelineIds(java.util.Collection) or #withPipelineIds(java.util.Collection) if you want
to override the existing values.
pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To
obtain pipeline IDs, call ListPipelines.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.