Interface QuietTime.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuietTime.Builder,QuietTime>,SdkBuilder<QuietTime.Builder,QuietTime>,SdkPojo
- Enclosing class:
- QuietTime
public static interface QuietTime.Builder extends SdkPojo, CopyableBuilder<QuietTime.Builder,QuietTime>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuietTime.Builderend(String end)The specific time when quiet time ends.QuietTime.Builderstart(String start)The specific time when quiet time begins.-
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
-
end
QuietTime.Builder end(String end)
The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
- Parameters:
end- The specific time when quiet time ends. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
start
QuietTime.Builder start(String start)
The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.
- Parameters:
start- The specific time when quiet time begins. This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-