Interface WaypointOptimizationAccessHoursEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WaypointOptimizationAccessHoursEntry.Builder,
,WaypointOptimizationAccessHoursEntry> SdkBuilder<WaypointOptimizationAccessHoursEntry.Builder,
,WaypointOptimizationAccessHoursEntry> SdkPojo
- Enclosing class:
WaypointOptimizationAccessHoursEntry
@Mutable
@NotThreadSafe
public static interface WaypointOptimizationAccessHoursEntry.Builder
extends SdkPojo, CopyableBuilder<WaypointOptimizationAccessHoursEntry.Builder,WaypointOptimizationAccessHoursEntry>
-
Method Summary
Modifier and TypeMethodDescriptionDay of the week.Day of the week.Time of the day.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
-
dayOfWeek
Day of the week.
- Parameters:
dayOfWeek
- Day of the week.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dayOfWeek
Day of the week.
- Parameters:
dayOfWeek
- Day of the week.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeOfDay
Time of the day.
- Parameters:
timeOfDay
- Time of the day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-