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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimulationClock.Builderstatus(String status)The current status of the simulation clock.SimulationClock.Builderstatus(ClockStatus status)The current status of the simulation clock.SimulationClock.BuildertargetStatus(String targetStatus)The desired status of the simulation clock.SimulationClock.BuildertargetStatus(ClockTargetStatus targetStatus)The desired status of the simulation clock.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
status
SimulationClock.Builder status(String 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:
ClockStatus,ClockStatus
-
status
SimulationClock.Builder status(ClockStatus 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:
ClockStatus,ClockStatus
-
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:
ClockTargetStatus,ClockTargetStatus
-
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:
ClockTargetStatus,ClockTargetStatus
-
-