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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribePipelinesRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.