Interface Schedule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Schedule.Builder,,Schedule> SdkBuilder<Schedule.Builder,,Schedule> SdkPojo
- Enclosing class:
Schedule
-
Method Summary
Modifier and TypeMethodDescriptionexecutionWindowInMinutes(Integer executionWindowInMinutes) The time window in minutes during which the automation rule can start implementing recommended actions.scheduleExpression(String scheduleExpression) The expression that defines when the schedule runs.scheduleExpressionTimezone(String scheduleExpressionTimezone) The timezone to use when interpreting the schedule expression.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
-
scheduleExpression
The expression that defines when the schedule runs.
cronexpression is supported. Acronexpression consists of six fields separated by white spaces: (minuteshoursday_of_monthmonthday_of_weekyear)You can schedule rules to run at most once per day. Your cron expression must use specific values (not wildcards) for the minutes and hours fields. For example: (
30 12 * * *) runs daily at 12:30 PM UTC.- Parameters:
scheduleExpression- The expression that defines when the schedule runs.cronexpression is supported. Acronexpression consists of six fields separated by white spaces: (minuteshoursday_of_monthmonthday_of_weekyear)You can schedule rules to run at most once per day. Your cron expression must use specific values (not wildcards) for the minutes and hours fields. For example: (
30 12 * * *) runs daily at 12:30 PM UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleExpressionTimezone
The timezone to use when interpreting the schedule expression.
- Parameters:
scheduleExpressionTimezone- The timezone to use when interpreting the schedule expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionWindowInMinutes
The time window in minutes during which the automation rule can start implementing recommended actions.
- Parameters:
executionWindowInMinutes- The time window in minutes during which the automation rule can start implementing recommended actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-