@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 - `AWS::DataBrew::Schedule.CronExpression`. This parameter is required.this@Stability(value=Stable) public CfnScheduleProps.Builder name(String name)
CfnScheduleProps.getName()name - `AWS::DataBrew::Schedule.Name`. This parameter is required.this@Stability(value=Stable) public CfnScheduleProps.Builder jobNames(List<String> jobNames)
CfnScheduleProps.getJobNames()jobNames - `AWS::DataBrew::Schedule.JobNames`.this@Stability(value=Stable) public CfnScheduleProps.Builder tags(List<? extends CfnTag> tags)
CfnScheduleProps.getTags()tags - `AWS::DataBrew::Schedule.Tags`.this@Stability(value=Stable) public CfnScheduleProps build()
build in interface software.amazon.jsii.Builder<CfnScheduleProps>CfnSchedulePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.