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 TypeMethodDescriptionThe schedule of the data source runs.The timezone of the data source run.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The timezone of the data source run.
- Parameters:
timezone
- The timezone of the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timezone
The timezone of the data source run.
- Parameters:
timezone
- The timezone of the data source run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-