public static interface DescribePipelinesRequest.Builder extends DataPipelineRequest.Builder, SdkPojo, CopyableBuilder<DescribePipelinesRequest.Builder,DescribePipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribePipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderDescribePipelinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.