Interface SimulationClock.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SimulationClock.Builder,SimulationClock>, SdkBuilder<SimulationClock.Builder,SimulationClock>, SdkPojo
Enclosing class:
SimulationClock

public static interface SimulationClock.Builder extends SdkPojo, CopyableBuilder<SimulationClock.Builder,SimulationClock>
  • Method Details

    • status

      The current status of the simulation clock.

      Parameters:
      status - The current status of the simulation clock.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the simulation clock.

      Parameters:
      status - The current status of the simulation clock.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetStatus

      SimulationClock.Builder targetStatus(String targetStatus)

      The desired status of the simulation clock.

      Parameters:
      targetStatus - The desired status of the simulation clock.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetStatus

      SimulationClock.Builder targetStatus(ClockTargetStatus targetStatus)

      The desired status of the simulation clock.

      Parameters:
      targetStatus - The desired status of the simulation clock.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: