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