@Stability(value=Stable) public static final class CfnSchedule.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedule>
CfnSchedule.| Modifier and Type | Method and Description |
|---|---|
CfnSchedule |
build() |
static CfnSchedule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSchedule.Builder |
cronExpression(String cronExpression)
The dates and times when the job is to run.
|
CfnSchedule.Builder |
jobNames(List<String> jobNames)
A list of jobs to be run, according to the schedule.
|
CfnSchedule.Builder |
name(String name)
The name of the schedule.
|
CfnSchedule.Builder |
tags(List<? extends CfnTag> tags)
Metadata tags that have been applied to the schedule.
|
@Stability(value=Stable) public static CfnSchedule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSchedule.Builder.@Stability(value=Stable) public CfnSchedule.Builder cronExpression(String cronExpression)
For more information, see Working with cron expressions for recipe jobs in the AWS Glue DataBrew Developer Guide .
cronExpression - The dates and times when the job is to run. This parameter is required.this@Stability(value=Stable) public CfnSchedule.Builder name(String name)
name - The name of the schedule. This parameter is required.this@Stability(value=Stable) public CfnSchedule.Builder jobNames(List<String> jobNames)
jobNames - A list of jobs to be run, according to the schedule. This parameter is required.this@Stability(value=Stable) public CfnSchedule.Builder tags(List<? extends CfnTag> tags)
tags - Metadata tags that have been applied to the schedule. This parameter is required.this@Stability(value=Stable) public CfnSchedule build()
build in interface software.amazon.jsii.Builder<CfnSchedule>Copyright © 2022. All rights reserved.