public static interface GetPipelineExecutionRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<GetPipelineExecutionRequest.Builder,GetPipelineExecutionRequest>
| Modifier and Type | Method and Description | 
|---|---|
GetPipelineExecutionRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
GetPipelineExecutionRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
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. 
 | 
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetPipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.