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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dailyHoursWithStringsSets 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.
 
- 
dailyHoursSets 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.
 
 
-