public static final class FunctionResource.ScheduleEventProperty.Builder extends Object
FunctionResource.ScheduleEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionResource.ScheduleEventProperty |
build()
Builds the configured instance.
|
FunctionResource.ScheduleEventProperty.Builder |
withInput(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Input
|
FunctionResource.ScheduleEventProperty.Builder |
withInput(String value)
Sets the value of Input
|
FunctionResource.ScheduleEventProperty.Builder |
withSchedule(software.amazon.awscdk.CloudFormationToken value)
Sets the value of Schedule
|
FunctionResource.ScheduleEventProperty.Builder |
withSchedule(String value)
Sets the value of Schedule
|
public FunctionResource.ScheduleEventProperty.Builder withSchedule(String value)
value - ``FunctionResource.ScheduleEventProperty.Schedule``thispublic FunctionResource.ScheduleEventProperty.Builder withSchedule(software.amazon.awscdk.CloudFormationToken value)
value - ``FunctionResource.ScheduleEventProperty.Schedule``thispublic FunctionResource.ScheduleEventProperty.Builder withInput(@Nullable String value)
value - ``FunctionResource.ScheduleEventProperty.Input``thispublic FunctionResource.ScheduleEventProperty.Builder withInput(@Nullable software.amazon.awscdk.CloudFormationToken value)
value - ``FunctionResource.ScheduleEventProperty.Input``thispublic FunctionResource.ScheduleEventProperty build()
FunctionResource.ScheduleEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2018. All rights reserved.