CopyableBuilder<GetPipelineStateResponse.Builder,GetPipelineStateResponse>
, SdkBuilder<GetPipelineStateResponse.Builder,GetPipelineStateResponse>
public static interface GetPipelineStateResponse.Builder extends CopyableBuilder<GetPipelineStateResponse.Builder,GetPipelineStateResponse>
Modifier and Type | Method | Description |
---|---|---|
GetPipelineStateResponse.Builder |
created(Date created) |
The date and time the pipeline was created, in timestamp format.
|
GetPipelineStateResponse.Builder |
pipelineName(String pipelineName) |
The name of the pipeline for which you want to get the state.
|
GetPipelineStateResponse.Builder |
pipelineVersion(Integer pipelineVersion) |
The version number of the pipeline.
|
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 |
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 |
updated(Date updated) |
The date and time the pipeline was last updated, in timestamp format.
|
copy
apply, build
GetPipelineStateResponse.Builder pipelineName(String pipelineName)
The name of the pipeline for which you want to get the state.
pipelineName
- The name of the pipeline for which you want to get the state.GetPipelineStateResponse.Builder pipelineVersion(Integer pipelineVersion)
The version number of the pipeline.
A newly-created pipeline is always assigned a version number of 1
.
pipelineVersion
- The version number of the pipeline.
A newly-created pipeline is always assigned a version number of 1
.
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.
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 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.
NOTE: This method appends the values to the existing list (if any). Use
#setStageStates(java.util.Collection)
or #withStageStates(java.util.Collection)
if you want
to override the existing values.
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 created(Date created)
The date and time the pipeline was created, in timestamp format.
created
- The date and time the pipeline was created, in timestamp format.GetPipelineStateResponse.Builder updated(Date updated)
The date and time the pipeline was last updated, in timestamp format.
updated
- The date and time the pipeline was last updated, in timestamp format.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.