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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
scheduleThe 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.
 
- 
timezoneThe 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:
 
- 
timezoneThe 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:
 
 
-