public static interface GetPipelineExecutionRequest.Builder extends CodePipelineRequest.Builder, CopyableBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>
| Modifier and Type | Method and 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.
|
GetPipelineExecutionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetPipelineExecutionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.GetPipelineExecutionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetPipelineExecutionRequest.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.