| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static GetPipelineStateResponse.Builder |
GetPipelineStateResponse.builder() |
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.Builder.created(Instant created)
The date and time the pipeline was created, in timestamp format.
|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.Builder.pipelineName(String pipelineName)
The name of the pipeline for which you want to get the state.
|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.Builder.pipelineVersion(Integer pipelineVersion)
The version number of the pipeline.
|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.Builder.stageStates(Collection<StageState> stageStates)
A list of the pipeline stage output information, including stage name, state, most recent run details,
whether the stage is disabled, and other data.
|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.Builder.stageStates(Consumer<StageState.Builder>... stageStates)
A list of the pipeline stage output information, including stage name, state, most recent run details,
whether the stage is disabled, and other data.
|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.Builder.stageStates(StageState... stageStates)
A list of the pipeline stage output information, including stage name, state, most recent run details,
whether the stage is disabled, and other data.
|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.toBuilder() |
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.Builder.updated(Instant updated)
The date and time the pipeline was last updated, in timestamp format.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPipelineStateResponse.Builder> |
GetPipelineStateResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.