public static interface DescribePipelinesRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<DescribePipelinesRequest.Builder,DescribePipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePipelinesRequest.Builder |
pipelineIds(Collection<String> pipelineIds)
The IDs of the pipelines to describe.
|
DescribePipelinesRequest.Builder |
pipelineIds(String... pipelineIds)
The IDs of the pipelines to describe.
|
DescribePipelinesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.