Interface OpenHours.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OpenHours.Builder,,OpenHours> SdkBuilder<OpenHours.Builder,,OpenHours> SdkPojo
- Enclosing class:
OpenHours
@Mutable
@NotThreadSafe
public static interface OpenHours.Builder
extends SdkPojo, CopyableBuilder<OpenHours.Builder,OpenHours>
-
Method Summary
Modifier and TypeMethodDescriptiondailyHours(Map<DayOfWeek, ? extends Collection<TimeRange>> dailyHours) Sets the value of the DailyHours property for this object.dailyHoursWithStrings(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
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
-
dailyHoursWithStrings
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
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.
-