Class CfnSchedulePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnSchedulePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSchedulePropsMixin>
- Enclosing class:
CfnSchedulePropsMixin
@Stability(Stable)
public static final class CfnSchedulePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSchedulePropsMixin>
A fluent builder for
CfnSchedulePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) cronExpression(String cronExpression) The dates and times when the job is to run.A list of jobs to be run, according to the schedule.The name of the schedule.Metadata tags that have been applied to the schedule.
-
Method Details
-
create
@Stability(Stable) public static CfnSchedulePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSchedulePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSchedulePropsMixin.Builder.
-
cronExpression
The dates and times when the job is to run.For more information, see Working with cron expressions for recipe jobs in the AWS Glue DataBrew Developer Guide .
- Parameters:
cronExpression- The dates and times when the job is to run. This parameter is required.- Returns:
this- See Also:
-
jobNames
A list of jobs to be run, according to the schedule.- Parameters:
jobNames- A list of jobs to be run, according to the schedule. This parameter is required.- Returns:
this- See Also:
-
name
The name of the schedule.- Parameters:
name- The name of the schedule. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata tags that have been applied to the schedule.- Parameters:
tags- Metadata tags that have been applied to the schedule. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSchedulePropsMixin>- Returns:
- a newly built instance of
CfnSchedulePropsMixin.
-