Interface SimulationClock.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SimulationClock.Builder,
,SimulationClock> SdkBuilder<SimulationClock.Builder,
,SimulationClock> SdkPojo
- Enclosing class:
SimulationClock
@Mutable
@NotThreadSafe
public static interface SimulationClock.Builder
extends SdkPojo, CopyableBuilder<SimulationClock.Builder,SimulationClock>
-
Method Summary
Modifier and TypeMethodDescriptionThe current status of the simulation clock.status
(ClockStatus status) The current status of the simulation clock.targetStatus
(String targetStatus) The desired status of the simulation clock.targetStatus
(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 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
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
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:
-