Interface ChangeProgressStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ChangeProgressStatus.Builder,,- ChangeProgressStatus> - SdkBuilder<ChangeProgressStatus.Builder,,- ChangeProgressStatus> - SdkPojo
- Enclosing class:
- ChangeProgressStatus
@Mutable
@NotThreadSafe
public static interface ChangeProgressStatus.Builder
extends SdkPojo, CopyableBuilder<ChangeProgressStatus.Builder,ChangeProgressStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionchangeProgressStages(Collection<ChangeProgressStage> changeProgressStages) Information about the stages that the pipeline is going through to perform the configuration change.changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages) Information about the stages that the pipeline is going through to perform the configuration change.changeProgressStages(ChangeProgressStage... changeProgressStages) Information about the stages that the pipeline is going through to perform the configuration change.The time at which the configuration change is made on the pipeline.The overall status of the pipeline configuration change.status(ChangeProgressStatuses status) The overall status of the pipeline configuration change.totalNumberOfStages(Integer totalNumberOfStages) The total number of stages required for the pipeline configuration change.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startTimeThe time at which the configuration change is made on the pipeline. - Parameters:
- startTime- The time at which the configuration change is made on the pipeline.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe overall status of the pipeline configuration change. - Parameters:
- status- The overall status of the pipeline configuration change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe overall status of the pipeline configuration change. - Parameters:
- status- The overall status of the pipeline configuration change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
totalNumberOfStagesThe total number of stages required for the pipeline configuration change. - Parameters:
- totalNumberOfStages- The total number of stages required for the pipeline configuration change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
changeProgressStagesChangeProgressStatus.Builder changeProgressStages(Collection<ChangeProgressStage> changeProgressStages) Information about the stages that the pipeline is going through to perform the configuration change. - Parameters:
- changeProgressStages- Information about the stages that the pipeline is going through to perform the configuration change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
changeProgressStagesInformation about the stages that the pipeline is going through to perform the configuration change. - Parameters:
- changeProgressStages- Information about the stages that the pipeline is going through to perform the configuration change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
changeProgressStagesChangeProgressStatus.Builder changeProgressStages(Consumer<ChangeProgressStage.Builder>... changeProgressStages) Information about the stages that the pipeline is going through to perform the configuration change. This is a convenience method that creates an instance of theChangeProgressStage.Builderavoiding the need to create one manually viaChangeProgressStage.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochangeProgressStages(List<ChangeProgressStage>).- Parameters:
- changeProgressStages- a consumer that will call methods on- ChangeProgressStage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-