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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe 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:
 
- 
statusThe 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:
 
- 
targetStatusThe 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:
 
- 
targetStatusThe 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:
 
 
-