static GetPipelineResponse.Builder |
GetPipelineResponse.builder() |
|
default GetPipelineResponse.Builder |
GetPipelineResponse.Builder.metadata(Consumer<PipelineMetadata.Builder> metadata) |
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
|
GetPipelineResponse.Builder |
GetPipelineResponse.Builder.metadata(PipelineMetadata metadata) |
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
|
default GetPipelineResponse.Builder |
GetPipelineResponse.Builder.pipeline(Consumer<PipelineDeclaration.Builder> pipeline) |
Represents the structure of actions and stages to be performed in the pipeline.
|
GetPipelineResponse.Builder |
GetPipelineResponse.Builder.pipeline(PipelineDeclaration pipeline) |
Represents the structure of actions and stages to be performed in the pipeline.
|
GetPipelineResponse.Builder |
GetPipelineResponse.toBuilder() |
|