Interface GoalSchedule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GoalSchedule.Builder,,GoalSchedule> SdkBuilder<GoalSchedule.Builder,,GoalSchedule> SdkPojo
- Enclosing class:
GoalSchedule
@Mutable
@NotThreadSafe
public static interface GoalSchedule.Builder
extends SdkPojo, CopyableBuilder<GoalSchedule.Builder,GoalSchedule>
-
Method Summary
Modifier and TypeMethodDescriptionexpression(String expression) Schedule expression (e.g., 'rate(7 days)')Whether the schedule is enabled or disabledstate(SchedulerState state) Whether the schedule is enabled or disabledMethods 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
-
state
Whether the schedule is enabled or disabled
- Parameters:
state- Whether the schedule is enabled or disabled- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Whether the schedule is enabled or disabled
- Parameters:
state- Whether the schedule is enabled or disabled- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
expression
Schedule expression (e.g., 'rate(7 days)')
- Parameters:
expression- Schedule expression (e.g., 'rate(7 days)')- Returns:
- Returns a reference to this object so that method calls can be chained together.
-