public static interface GetPipelineExecutionResponse.Builder extends CodePipelineResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.