Interface TaskSchedule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TaskSchedule.Builder,,TaskSchedule> SdkBuilder<TaskSchedule.Builder,,TaskSchedule> SdkPojo
- Enclosing class:
TaskSchedule
public static interface TaskSchedule.Builder
extends SdkPojo, CopyableBuilder<TaskSchedule.Builder,TaskSchedule>
-
Method Summary
Modifier and TypeMethodDescriptionscheduleExpression(String scheduleExpression) A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.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, sdkFields
-
Method Details
-
scheduleExpression
A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.
- Parameters:
scheduleExpression- A cron expression that specifies when DataSync initiates a scheduled transfer from a source to a destination location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-