Interface GetPipelineExecutionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodePipelineResponse.Builder,CopyableBuilder<GetPipelineExecutionResponse.Builder,,GetPipelineExecutionResponse> SdkBuilder<GetPipelineExecutionResponse.Builder,,GetPipelineExecutionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetPipelineExecutionResponse
public static interface GetPipelineExecutionResponse.Builder
extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineExecutionResponse.Builder,GetPipelineExecutionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionpipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution) Represents information about the execution of a pipeline.pipelineExecution(PipelineExecution pipelineExecution) Represents information about the execution of a pipeline.Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
pipelineExecution
Represents information about the execution of a pipeline.
- Parameters:
 pipelineExecution- Represents information about the execution of a pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pipelineExecution
default GetPipelineExecutionResponse.Builder pipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution) Represents information about the execution of a pipeline.
This is a convenience method that creates an instance of thePipelineExecution.Builderavoiding the need to create one manually viaPipelineExecution.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineExecution(PipelineExecution).- Parameters:
 pipelineExecution- a consumer that will call methods onPipelineExecution.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -