| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineDeclaration |
UpdatePipelineResponse.pipeline()
The structure of the updated pipeline.
|
PipelineDeclaration |
UpdatePipelineRequest.pipeline()
The name of the pipeline to be updated.
|
PipelineDeclaration |
CreatePipelineResponse.pipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
PipelineDeclaration |
GetPipelineResponse.pipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
PipelineDeclaration |
CreatePipelineRequest.pipeline()
Represents the structure of actions and stages to be performed in the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePipelineResponse.Builder |
UpdatePipelineResponse.Builder.pipeline(PipelineDeclaration pipeline)
The structure of the updated pipeline.
|
UpdatePipelineRequest.Builder |
UpdatePipelineRequest.Builder.pipeline(PipelineDeclaration pipeline)
The name of the pipeline to be updated.
|
CreatePipelineResponse.Builder |
CreatePipelineResponse.Builder.pipeline(PipelineDeclaration 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.
|
CreatePipelineRequest.Builder |
CreatePipelineRequest.Builder.pipeline(PipelineDeclaration pipeline)
Represents the structure of actions and stages to be performed in the pipeline.
|
Copyright © 2023. All rights reserved.