public static interface SimulationClock.Builder extends SdkPojo, CopyableBuilder<SimulationClock.Builder,SimulationClock>
| Modifier and Type | Method and Description |
|---|---|
SimulationClock.Builder |
status(ClockStatus status)
The current status of the simulation clock.
|
SimulationClock.Builder |
status(String status)
The current status of the simulation clock.
|
SimulationClock.Builder |
targetStatus(ClockTargetStatus targetStatus)
The desired status of the simulation clock.
|
SimulationClock.Builder |
targetStatus(String targetStatus)
The desired status of the simulation clock.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationClock.Builder status(String status)
The current status of the simulation clock.
status - The current status of the simulation clock.ClockStatus,
ClockStatusSimulationClock.Builder status(ClockStatus status)
The current status of the simulation clock.
status - The current status of the simulation clock.ClockStatus,
ClockStatusSimulationClock.Builder targetStatus(String targetStatus)
The desired status of the simulation clock.
targetStatus - The desired status of the simulation clock.ClockTargetStatus,
ClockTargetStatusSimulationClock.Builder targetStatus(ClockTargetStatus targetStatus)
The desired status of the simulation clock.
targetStatus - The desired status of the simulation clock.ClockTargetStatus,
ClockTargetStatusCopyright © 2023. All rights reserved.