CopyableBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>, SdkBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>public static interface GetPipelineExecutionRequest.Builder extends CopyableBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetPipelineExecutionRequest.Builder |
pipelineExecutionId(String pipelineExecutionId) |
The ID of the pipeline execution about which you want to get execution details.
|
GetPipelineExecutionRequest.Builder |
pipelineName(String pipelineName) |
The name of the pipeline about which you want to get execution details.
|
copyapply, buildGetPipelineExecutionRequest.Builder pipelineName(String pipelineName)
The name of the pipeline about which you want to get execution details.
pipelineName - The name of the pipeline about which you want to get execution details.GetPipelineExecutionRequest.Builder pipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution about which you want to get execution details.
pipelineExecutionId - The ID of the pipeline execution about which you want to get execution details.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.