@Stability(value=Stable) public static final class CfnScheduledQuery.ScheduleConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledQuery.ScheduleConfigurationProperty>
CfnScheduledQuery.ScheduleConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScheduledQuery.ScheduleConfigurationProperty |
build()
Builds the configured instance.
|
CfnScheduledQuery.ScheduleConfigurationProperty.Builder |
scheduleExpression(String scheduleExpression)
Sets the value of
CfnScheduledQuery.ScheduleConfigurationProperty.getScheduleExpression() |
@Stability(value=Stable) public CfnScheduledQuery.ScheduleConfigurationProperty.Builder scheduleExpression(String scheduleExpression)
CfnScheduledQuery.ScheduleConfigurationProperty.getScheduleExpression()scheduleExpression - An expression that denotes when to trigger the scheduled query run. This parameter is required.
This can be a cron expression or a rate expression.this@Stability(value=Stable) public CfnScheduledQuery.ScheduleConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnScheduledQuery.ScheduleConfigurationProperty>CfnScheduledQuery.ScheduleConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.