public static interface OptionStatus.Builder extends SdkPojo, CopyableBuilder<OptionStatus.Builder,OptionStatus>
| Modifier and Type | Method and Description |
|---|---|
OptionStatus.Builder |
creationDate(Instant creationDate)
The timestamp when the entity was created.
|
OptionStatus.Builder |
pendingDeletion(Boolean pendingDeletion)
Indicates whether the entity is being deleted.
|
OptionStatus.Builder |
state(OptionState state)
The state of the entity.
|
OptionStatus.Builder |
state(String state)
The state of the entity.
|
OptionStatus.Builder |
updateDate(Instant updateDate)
The timestamp of the last time the entity was updated.
|
OptionStatus.Builder |
updateVersion(Integer updateVersion)
The latest version of the entity.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOptionStatus.Builder creationDate(Instant creationDate)
The timestamp when the entity was created.
creationDate - The timestamp when the entity was created.OptionStatus.Builder updateDate(Instant updateDate)
The timestamp of the last time the entity was updated.
updateDate - The timestamp of the last time the entity was updated.OptionStatus.Builder updateVersion(Integer updateVersion)
The latest version of the entity.
updateVersion - The latest version of the entity.OptionStatus.Builder state(String state)
The state of the entity.
state - The state of the entity.OptionState,
OptionStateOptionStatus.Builder state(OptionState state)
The state of the entity.
state - The state of the entity.OptionState,
OptionStateOptionStatus.Builder pendingDeletion(Boolean pendingDeletion)
Indicates whether the entity is being deleted.
pendingDeletion - Indicates whether the entity is being deleted.Copyright © 2023. All rights reserved.