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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetPipelineExecutionResponse.BuilderpipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution)Represents information about the execution of a pipeline.GetPipelineExecutionResponse.BuilderpipelineExecution(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pipelineExecution
GetPipelineExecutionResponse.Builder pipelineExecution(PipelineExecution 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:
pipelineExecution(PipelineExecution)
-
-