public static interface DescribePipelinesRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<DescribePipelinesRequest.Builder,DescribePipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribePipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribePipelinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.