public static interface GetPipelineDefinitionRequest.Builder extends DataPipelineRequest.Builder, CopyableBuilder<GetPipelineDefinitionRequest.Builder,GetPipelineDefinitionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPipelineDefinitionRequest.Builder |
pipelineId(String pipelineId)
The ID of the pipeline.
|
GetPipelineDefinitionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetPipelineDefinitionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetPipelineDefinitionRequest.Builder |
version(String version)
The version of the pipeline definition to retrieve.
|
buildrequestOverrideConfigcopyapply, buildGetPipelineDefinitionRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetPipelineDefinitionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.