public static interface GetPipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<GetPipelineDefinitionRequest.Builder,GetPipelineDefinitionRequest>
Modifier and Type | Method and Description |
---|---|
GetPipelineDefinitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetPipelineDefinitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetPipelineDefinitionRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
GetPipelineDefinitionRequest.Builder |
version(String version)
The version of the pipeline definition to retrieve.
|
build
overrideConfiguration
copy
applyMutation, build
GetPipelineDefinitionRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.GetPipelineDefinitionRequest.Builder version(String version)
The version of the pipeline definition to retrieve. Set this parameter to latest
(default) to
use the last definition saved to the pipeline or active
to use the last definition that was
activated.
version
- The version of the pipeline definition to retrieve. Set this parameter to latest
(default) to use the last definition saved to the pipeline or active
to use the last
definition that was activated.GetPipelineDefinitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetPipelineDefinitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.