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
Modifier and TypeMethodDescriptionThe end of the scheduled time, in ISO 8601 format, when the channel can't send messages.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 Details
-
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
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.
-