public static interface GetPipelineExecutionResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineExecutionResponse.Builder,GetPipelineExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPipelineExecutionResponse.Builder |
pipelineExecution(Consumer<PipelineExecution.Builder> pipelineExecution)
Represents information about the execution of a pipeline.
|
GetPipelineExecutionResponse.Builder |
pipelineExecution(PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPipelineExecutionResponse.Builder pipelineExecution(PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
pipelineExecution - Represents information about the execution of a pipeline.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 via PipelineExecution.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to pipelineExecution(PipelineExecution).
pipelineExecution - a consumer that will call methods on PipelineExecution.BuilderpipelineExecution(PipelineExecution)Copyright © 2023. All rights reserved.