Interface GetPipelineStateResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodePipelineResponse.Builder
,CopyableBuilder<GetPipelineStateResponse.Builder,
,GetPipelineStateResponse> SdkBuilder<GetPipelineStateResponse.Builder,
,GetPipelineStateResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPipelineStateResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the pipeline was created, in timestamp format.pipelineName
(String pipelineName) The name of the pipeline for which you want to get the state.pipelineVersion
(Integer pipelineVersion) The version number of the pipeline.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
(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.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.The date and time the pipeline was last updated, in timestamp format.Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
pipelineName
The name of the pipeline for which you want to get the state.
- Parameters:
pipelineName
- The name of the pipeline for which you want to get the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineVersion
The version number of the pipeline.
A newly created pipeline is always assigned a version number of
1
.- Parameters:
pipelineVersion
- The version number of the pipeline.A newly created pipeline is always assigned a version number of
1
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
This is a convenience method that creates an instance of theStageState.Builder
avoiding the need to create one manually viaStageState.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostageStates(List<StageState>)
.- Parameters:
stageStates
- a consumer that will call methods onStageState.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
created
The date and time the pipeline was created, in timestamp format.
- Parameters:
created
- The date and time the pipeline was created, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updated
The date and time the pipeline was last updated, in timestamp format.
- Parameters:
updated
- The date and time the pipeline was last updated, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-