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 interval between scheduled executions.The unit for the interval.The unit for the interval.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
-
interval
The interval between scheduled executions.
- Parameters:
interval- The interval between scheduled executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit for the interval. The following are valid values:
-
HOURLY: The interval is measured in hours.
- Parameters:
unit- The unit for the interval. The following are valid values:-
HOURLY: The interval is measured in hours.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
unit
The unit for the interval. The following are valid values:
-
HOURLY: The interval is measured in hours.
- Parameters:
unit- The unit for the interval. The following are valid values:-
HOURLY: The interval is measured in hours.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-