Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.CronOptions.Builder
Packages that use CronOptions.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of CronOptions.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return CronOptions.BuilderModifier and TypeMethodDescriptionstatic CronOptions.Builder
CronOptions.builder()
Sets the value ofCronOptions.getDay()
Sets the value ofCronOptions.getHour()
Sets the value ofCronOptions.getMinute()
Sets the value ofCronOptions.getMonth()
Sets the value ofCronOptions.getWeekDay()
Sets the value ofCronOptions.getYear()
Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type CronOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CronOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theCronOptions.Builder
.