@Stability(value=Stable) public static final class CfnApplicationSettings.QuietTimeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationSettings.QuietTimeProperty>
CfnApplicationSettings.QuietTimeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationSettings.QuietTimeProperty |
build()
Builds the configured instance.
|
CfnApplicationSettings.QuietTimeProperty.Builder |
end(String end)
Sets the value of
CfnApplicationSettings.QuietTimeProperty.getEnd() |
CfnApplicationSettings.QuietTimeProperty.Builder |
start(String start)
Sets the value of
CfnApplicationSettings.QuietTimeProperty.getStart() |
@Stability(value=Stable) public CfnApplicationSettings.QuietTimeProperty.Builder end(String end)
CfnApplicationSettings.QuietTimeProperty.getEnd()end - The specific time when quiet time ends. This parameter is required.
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.this@Stability(value=Stable) public CfnApplicationSettings.QuietTimeProperty.Builder start(String start)
CfnApplicationSettings.QuietTimeProperty.getStart()start - The specific time when quiet time begins. This parameter is required.
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.this@Stability(value=Stable) public CfnApplicationSettings.QuietTimeProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationSettings.QuietTimeProperty>CfnApplicationSettings.QuietTimePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.