Interface WaypointOptimizationRestCycleDurations.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WaypointOptimizationRestCycleDurations.Builder,,WaypointOptimizationRestCycleDurations> SdkBuilder<WaypointOptimizationRestCycleDurations.Builder,,WaypointOptimizationRestCycleDurations> SdkPojo
- Enclosing class:
 WaypointOptimizationRestCycleDurations
public static interface WaypointOptimizationRestCycleDurations.Builder
extends SdkPojo, CopyableBuilder<WaypointOptimizationRestCycleDurations.Builder,WaypointOptimizationRestCycleDurations> 
- 
Method Summary
Modifier and TypeMethodDescriptionrestDuration(Long restDuration) Resting phase of the cycle.workDuration(Long workDuration) Working phase of the cycle.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
restDuration
Resting phase of the cycle.
Unit:
seconds- Parameters:
 restDuration- Resting phase of the cycle.Unit:
seconds- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
workDuration
Working phase of the cycle.
Unit:
seconds- Parameters:
 workDuration- Working phase of the cycle.Unit:
seconds- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -