Interface OpenHoursRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OpenHoursRule.Builder,OpenHoursRule>,SdkBuilder<OpenHoursRule.Builder,OpenHoursRule>,SdkPojo
- Enclosing class:
- OpenHoursRule
public static interface OpenHoursRule.Builder extends SdkPojo, CopyableBuilder<OpenHoursRule.Builder,OpenHoursRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenHoursRule.BuilderendTime(String endTime)The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.OpenHoursRule.BuilderstartTime(String startTime)The start of the scheduled time, in ISO 8601 format, when the channel can send messages.-
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, sdkFields
-
-
-
-
Method Detail
-
startTime
OpenHoursRule.Builder startTime(String startTime)
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
- Parameters:
startTime- The start of the scheduled time, in ISO 8601 format, when the channel can send messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
OpenHoursRule.Builder endTime(String endTime)
The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
- Parameters:
endTime- The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-