Class CfnStateMachinePropsMixin.ScheduleEventProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnStateMachinePropsMixin.ScheduleEventProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStateMachinePropsMixin.ScheduleEventProperty>
- Enclosing interface:
CfnStateMachinePropsMixin.ScheduleEventProperty
@Stability(Stable)
public static final class CfnStateMachinePropsMixin.ScheduleEventProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStateMachinePropsMixin.ScheduleEventProperty>
A builder for
CfnStateMachinePropsMixin.ScheduleEventProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStateMachinePropsMixin.ScheduleEventProperty.getInput()Sets the value ofCfnStateMachinePropsMixin.ScheduleEventProperty.getSchedule()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
input
@Stability(Stable) public CfnStateMachinePropsMixin.ScheduleEventProperty.Builder input(String input) Sets the value ofCfnStateMachinePropsMixin.ScheduleEventProperty.getInput()- Parameters:
input- the value to be set.- Returns:
this
-
schedule
@Stability(Stable) public CfnStateMachinePropsMixin.ScheduleEventProperty.Builder schedule(String schedule) Sets the value ofCfnStateMachinePropsMixin.ScheduleEventProperty.getSchedule()- Parameters:
schedule- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStateMachinePropsMixin.ScheduleEventProperty>- Returns:
- a new instance of
CfnStateMachinePropsMixin.ScheduleEventProperty - Throws:
NullPointerException- if any required attribute was not provided
-