@Stability(value=Stable) public static final class CfnSchedule.FlexibleTimeWindowProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedule.FlexibleTimeWindowProperty>
CfnSchedule.FlexibleTimeWindowProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchedule.FlexibleTimeWindowProperty |
build()
Builds the configured instance.
|
CfnSchedule.FlexibleTimeWindowProperty.Builder |
maximumWindowInMinutes(Number maximumWindowInMinutes)
Sets the value of
CfnSchedule.FlexibleTimeWindowProperty.getMaximumWindowInMinutes() |
CfnSchedule.FlexibleTimeWindowProperty.Builder |
mode(String mode)
Sets the value of
CfnSchedule.FlexibleTimeWindowProperty.getMode() |
@Stability(value=Stable) public CfnSchedule.FlexibleTimeWindowProperty.Builder mode(String mode)
CfnSchedule.FlexibleTimeWindowProperty.getMode()mode - Determines whether the schedule is invoked within a flexible time window. This parameter is required.this@Stability(value=Stable) public CfnSchedule.FlexibleTimeWindowProperty.Builder maximumWindowInMinutes(Number maximumWindowInMinutes)
CfnSchedule.FlexibleTimeWindowProperty.getMaximumWindowInMinutes()maximumWindowInMinutes - The maximum time window during which a schedule can be invoked.this@Stability(value=Stable) public CfnSchedule.FlexibleTimeWindowProperty build()
build in interface software.amazon.jsii.Builder<CfnSchedule.FlexibleTimeWindowProperty>CfnSchedule.FlexibleTimeWindowPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.