| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPipelineResponse.Builder> |
GetPipelineResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.