Interface ScheduleConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>,SdkBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>,SdkPojo
- Enclosing class:
- ScheduleConfiguration
public static interface ScheduleConfiguration.Builder extends SdkPojo, CopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduleConfiguration.Builderschedule(String schedule)The schedule of the data source runs.ScheduleConfiguration.Buildertimezone(String timezone)The timezone of the data source run.ScheduleConfiguration.Buildertimezone(Timezone timezone)The timezone of the data source run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
schedule
ScheduleConfiguration.Builder schedule(String schedule)
The schedule of the data source runs.
- Parameters:
schedule- The schedule of the data source runs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timezone
ScheduleConfiguration.Builder timezone(String timezone)
The timezone of the data source run.
-
timezone
ScheduleConfiguration.Builder timezone(Timezone timezone)
The timezone of the data source run.
-
-