CopyableBuilder<GetPipelineDefinitionRequest.Builder,GetPipelineDefinitionRequest>
, SdkBuilder<GetPipelineDefinitionRequest.Builder,GetPipelineDefinitionRequest>
public static interface GetPipelineDefinitionRequest.Builder extends CopyableBuilder<GetPipelineDefinitionRequest.Builder,GetPipelineDefinitionRequest>
Modifier and Type | Method | Description |
---|---|---|
GetPipelineDefinitionRequest.Builder |
pipelineId(String pipelineId) |
The ID of the pipeline.
|
GetPipelineDefinitionRequest.Builder |
version(String version) |
The version of the pipeline definition to retrieve.
|
copy
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.