Interface ScheduleConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduleConfiguration.Builder,,ScheduleConfiguration> SdkBuilder<ScheduleConfiguration.Builder,,ScheduleConfiguration> SdkPojo
- Enclosing class:
ScheduleConfiguration
@Mutable
@NotThreadSafe
public static interface ScheduleConfiguration.Builder
extends SdkPojo, CopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncronExpression(String cronExpression) A cron expression that defines when the workflow is automatically executed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cronExpression
A cron expression that defines when the workflow is automatically executed. Uses standard cron syntax.
- Parameters:
cronExpression- A cron expression that defines when the workflow is automatically executed. Uses standard cron syntax.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-