Class CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty>
- Enclosing interface:
CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty
@Stability(Stable)
public static final class CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.scheduleExpression(String scheduleExpression)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
scheduleExpression
@Stability(Stable) public CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty.Builder scheduleExpression(String scheduleExpression) - Parameters:
scheduleExpression- An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty>- Returns:
- a new instance of
CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-