public static interface QuietTime.Builder extends SdkPojo, CopyableBuilder<QuietTime.Builder,QuietTime>
| Modifier and Type | Method and Description |
|---|---|
QuietTime.Builder |
end(String end)
The time at which quiet time should end.
|
QuietTime.Builder |
start(String start)
The time at which quiet time should begin.
|
copyapplyMutation, buildQuietTime.Builder end(String end)
end - The time at which quiet time should end. The value that you specify has to be in HH:mm format, where
HH is the hour in 24-hour format (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.QuietTime.Builder start(String start)
start - The time at which quiet time should begin. The value that you specify has to be in HH:mm format, where
HH is the hour in 24-hour format (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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.