@Stability(value=Stable) public static final class CfnDataset.ScheduleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.ScheduleProperty>
CfnDataset.ScheduleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.ScheduleProperty |
build()
Builds the configured instance.
|
CfnDataset.ScheduleProperty.Builder |
scheduleExpression(String scheduleExpression)
Sets the value of
CfnDataset.ScheduleProperty.getScheduleExpression() |
@Stability(value=Stable) public CfnDataset.ScheduleProperty.Builder scheduleExpression(String scheduleExpression)
CfnDataset.ScheduleProperty.getScheduleExpression()scheduleExpression - The expression that defines when to trigger an update. This parameter is required.
For more information, see Schedule Expressions for Rules in the Amazon CloudWatch documentation.this@Stability(value=Stable) public CfnDataset.ScheduleProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.ScheduleProperty>CfnDataset.SchedulePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.