public static interface ChangeProgressStage.Builder extends SdkPojo, CopyableBuilder<ChangeProgressStage.Builder,ChangeProgressStage>
| Modifier and Type | Method and Description |
|---|---|
ChangeProgressStage.Builder |
description(String description)
The description of the progress stage.
|
ChangeProgressStage.Builder |
lastUpdated(Instant lastUpdated)
The last updated timestamp of the progress stage.
|
ChangeProgressStage.Builder |
name(String name)
The name of the specific progress stage.
|
ChangeProgressStage.Builder |
status(String status)
The overall status of a specific progress stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeProgressStage.Builder name(String name)
The name of the specific progress stage.
name - The name of the specific progress stage.ChangeProgressStage.Builder status(String status)
The overall status of a specific progress stage.
status - The overall status of a specific progress stage.ChangeProgressStage.Builder description(String description)
The description of the progress stage.
description - The description of the progress stage.ChangeProgressStage.Builder lastUpdated(Instant lastUpdated)
The last updated timestamp of the progress stage.
lastUpdated - The last updated timestamp of the progress stage.Copyright © 2023. All rights reserved.