Interface WhatsAppTimeOfDay.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WhatsAppTimeOfDay.Builder,,WhatsAppTimeOfDay> SdkBuilder<WhatsAppTimeOfDay.Builder,,WhatsAppTimeOfDay> SdkPojo
- Enclosing class:
WhatsAppTimeOfDay
@Mutable
@NotThreadSafe
public static interface WhatsAppTimeOfDay.Builder
extends SdkPojo, CopyableBuilder<WhatsAppTimeOfDay.Builder,WhatsAppTimeOfDay>
-
Method Summary
Modifier and TypeMethodDescriptionThe hour of the day, from 0 to 23.The minute of the hour, from 0 to 59.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
-
hours
The hour of the day, from 0 to 23.
- Parameters:
hours- The hour of the day, from 0 to 23.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minutes
The minute of the hour, from 0 to 59.
- Parameters:
minutes- The minute of the hour, from 0 to 59.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-