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, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaPipelineExecution.builder()
.When the
Consumer
completes,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:
-