public static interface ChangeProgressStage.Builder extends SdkPojo, CopyableBuilder<ChangeProgressStage.Builder,ChangeProgressStage>
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStage.Builder |
description(String description)
A description of the stage.
|
ChangeProgressStage.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The most recent updated timestamp of the stage.
|
ChangeProgressStage.Builder |
name(String name)
The name of the stage.
|
ChangeProgressStage.Builder |
status(ChangeProgressStageStatuses status)
The current status of the stage that the change is in.
|
ChangeProgressStage.Builder |
status(String status)
The current status of the stage that the change is in.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeProgressStage.Builder name(String name)
The name of the stage.
name - The name of the stage.ChangeProgressStage.Builder status(String status)
The current status of the stage that the change is in.
status - The current status of the stage that the change is in.ChangeProgressStageStatuses,
ChangeProgressStageStatusesChangeProgressStage.Builder status(ChangeProgressStageStatuses status)
The current status of the stage that the change is in.
status - The current status of the stage that the change is in.ChangeProgressStageStatuses,
ChangeProgressStageStatusesChangeProgressStage.Builder description(String description)
A description of the stage.
description - A description of the stage.ChangeProgressStage.Builder lastUpdatedAt(Instant lastUpdatedAt)
The most recent updated timestamp of the stage.
lastUpdatedAt - The most recent updated timestamp of the stage.Copyright © 2023. All rights reserved.