public static interface GetPipelineExecutionRequest.Builder extends CodePipelineRequest.Builder, 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.
|
build
overrideConfiguration
copy
applyMutation, build
GetPipelineExecutionRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetPipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.