Interface WaypointOptimizationRestCycleDurations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WaypointOptimizationRestCycleDurations.Builder,
,WaypointOptimizationRestCycleDurations> SdkBuilder<WaypointOptimizationRestCycleDurations.Builder,
,WaypointOptimizationRestCycleDurations> SdkPojo
- Enclosing class:
WaypointOptimizationRestCycleDurations
@Mutable
@NotThreadSafe
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
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
-
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.
-