@Stability(value=Stable) public static final class CfnScheduleProps.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduleProps>
CfnScheduleProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScheduleProps |
build()
Builds the configured instance.
|
CfnScheduleProps.Builder |
cronExpression(String cronExpression)
Sets the value of
CfnScheduleProps.getCronExpression() |
CfnScheduleProps.Builder |
jobNames(List<String> jobNames)
Sets the value of
CfnScheduleProps.getJobNames() |
CfnScheduleProps.Builder |
name(String name)
Sets the value of
CfnScheduleProps.getName() |
CfnScheduleProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnScheduleProps.getTags() |
@Stability(value=Stable) public CfnScheduleProps.Builder cronExpression(String cronExpression)
CfnScheduleProps.getCronExpression()cronExpression - The dates and times when the job is to run. This parameter is required.
For more information, see Working with cron expressions for recipe jobs in the AWS Glue DataBrew Developer Guide .this@Stability(value=Stable) public CfnScheduleProps.Builder name(String name)
CfnScheduleProps.getName()name - The name of the schedule. This parameter is required.this@Stability(value=Stable) public CfnScheduleProps.Builder jobNames(List<String> jobNames)
CfnScheduleProps.getJobNames()jobNames - A list of jobs to be run, according to the schedule.this@Stability(value=Stable) public CfnScheduleProps.Builder tags(List<? extends CfnTag> tags)
CfnScheduleProps.getTags()tags - Metadata tags that have been applied to the schedule.this@Stability(value=Stable) public CfnScheduleProps build()
build in interface software.amazon.jsii.Builder<CfnScheduleProps>CfnSchedulePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.