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 stage.
|
ChangeProgressStage.Builder |
lastUpdated(Instant lastUpdated)
The most recent updated timestamp of the stage.
|
ChangeProgressStage.Builder |
name(String name)
The name of the stage.
|
ChangeProgressStage.Builder |
status(String status)
The status of the stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeProgressStage.Builder name(String name)
The name of the stage.
name - The name of the stage.ChangeProgressStage.Builder status(String status)
The status of the stage.
status - The status of the stage.ChangeProgressStage.Builder description(String description)
The description of the stage.
description - The description of the stage.ChangeProgressStage.Builder lastUpdated(Instant lastUpdated)
The most recent updated timestamp of the stage.
lastUpdated - The most recent updated timestamp of the stage.Copyright © 2023. All rights reserved.