Class CfnApplicationSettingsPropsMixin.QuietTimeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnApplicationSettingsPropsMixin.QuietTimeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationSettingsPropsMixin.QuietTimeProperty>
- Enclosing interface:
CfnApplicationSettingsPropsMixin.QuietTimeProperty
@Stability(Stable)
public static final class CfnApplicationSettingsPropsMixin.QuietTimeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationSettingsPropsMixin.QuietTimeProperty>
A builder for
CfnApplicationSettingsPropsMixin.QuietTimeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnApplicationSettingsPropsMixin.QuietTimeProperty.getEnd()Sets the value ofCfnApplicationSettingsPropsMixin.QuietTimeProperty.getStart()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
end
@Stability(Stable) public CfnApplicationSettingsPropsMixin.QuietTimeProperty.Builder end(String end) Sets the value ofCfnApplicationSettingsPropsMixin.QuietTimeProperty.getEnd()- 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, use02:30to represent 2:30 AM, or14:30to represent 2:30 PM.- Returns:
this
-
start
@Stability(Stable) public CfnApplicationSettingsPropsMixin.QuietTimeProperty.Builder start(String start) Sets the value ofCfnApplicationSettingsPropsMixin.QuietTimeProperty.getStart()- 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, use02:30to represent 2:30 AM, or14:30to represent 2:30 PM.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationSettingsPropsMixin.QuietTimeProperty>- Returns:
- a new instance of
CfnApplicationSettingsPropsMixin.QuietTimeProperty - Throws:
NullPointerException- if any required attribute was not provided
-