@Stability(value=Stable) public static final class CfnFunction.ScheduleEventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.ScheduleEventProperty>
CfnFunction.ScheduleEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.ScheduleEventProperty |
build()
Builds the configured instance.
|
CfnFunction.ScheduleEventProperty.Builder |
input(String input)
Sets the value of
CfnFunction.ScheduleEventProperty.getInput() |
CfnFunction.ScheduleEventProperty.Builder |
schedule(String schedule)
Sets the value of
CfnFunction.ScheduleEventProperty.getSchedule() |
@Stability(value=Stable) public CfnFunction.ScheduleEventProperty.Builder schedule(String schedule)
CfnFunction.ScheduleEventProperty.getSchedule()schedule - `CfnFunction.ScheduleEventProperty.Schedule`. This parameter is required.this@Stability(value=Stable) public CfnFunction.ScheduleEventProperty.Builder input(String input)
CfnFunction.ScheduleEventProperty.getInput()input - `CfnFunction.ScheduleEventProperty.Input`.this@Stability(value=Stable) public CfnFunction.ScheduleEventProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.ScheduleEventProperty>CfnFunction.ScheduleEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.