Interface OpenHours.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpenHours.Builder,OpenHours>,SdkBuilder<OpenHours.Builder,OpenHours>,SdkPojo
- Enclosing class:
- OpenHours
public static interface OpenHours.Builder extends SdkPojo, CopyableBuilder<OpenHours.Builder,OpenHours>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenHours.BuilderdailyHours(Map<DayOfWeek,? extends Collection<TimeRange>> dailyHours)Sets the value of the DailyHours property for this object.OpenHours.BuilderdailyHoursWithStrings(Map<String,? extends Collection<TimeRange>> dailyHours)Sets the value of the DailyHours property for this object.-
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 Detail
-
dailyHoursWithStrings
OpenHours.Builder dailyHoursWithStrings(Map<String,? extends Collection<TimeRange>> dailyHours)
Sets the value of the DailyHours property for this object.- Parameters:
dailyHours- The new value for the DailyHours property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dailyHours
OpenHours.Builder dailyHours(Map<DayOfWeek,? extends Collection<TimeRange>> dailyHours)
Sets the value of the DailyHours property for this object.- Parameters:
dailyHours- The new value for the DailyHours property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-