static ChangeProgressStage.Builder |
ChangeProgressStage.builder() |
|
ChangeProgressStage.Builder |
ChangeProgressStage.Builder.description(String description) |
A description of the stage.
|
ChangeProgressStage.Builder |
ChangeProgressStage.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The most recent updated timestamp of the stage.
|
ChangeProgressStage.Builder |
ChangeProgressStage.Builder.name(String name) |
The name of the stage.
|
ChangeProgressStage.Builder |
ChangeProgressStage.Builder.status(String status) |
The current status of the stage that the change is in.
|
ChangeProgressStage.Builder |
ChangeProgressStage.Builder.status(ChangeProgressStageStatuses status) |
The current status of the stage that the change is in.
|
ChangeProgressStage.Builder |
ChangeProgressStage.toBuilder() |
|