public static final class CfnApplicationSettings.QuietTimeProperty.Builder
extends java.lang.Object
CfnApplicationSettings.QuietTimeProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnApplicationSettings.QuietTimeProperty |
build()
Builds the configured instance.
|
CfnApplicationSettings.QuietTimeProperty.Builder |
end(java.lang.String end)
Sets the value of
CfnApplicationSettings.QuietTimeProperty.getEnd() |
CfnApplicationSettings.QuietTimeProperty.Builder |
start(java.lang.String start)
Sets the value of
CfnApplicationSettings.QuietTimeProperty.getStart() |
public CfnApplicationSettings.QuietTimeProperty.Builder end(java.lang.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
public CfnApplicationSettings.QuietTimeProperty.Builder start(java.lang.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
public CfnApplicationSettings.QuietTimeProperty build()
CfnApplicationSettings.QuietTimeProperty
java.lang.NullPointerException
- if any required attribute was not provided