public static interface ScheduledInstanceRecurrenceRequest.Builder extends CopyableBuilder<ScheduledInstanceRecurrenceRequest.Builder,ScheduledInstanceRecurrenceRequest>
| Modifier and Type | Method and Description |
|---|---|
ScheduledInstanceRecurrenceRequest.Builder |
frequency(String frequency)
The frequency (
Daily, Weekly, or Monthly). |
ScheduledInstanceRecurrenceRequest.Builder |
interval(Integer interval)
The interval quantity.
|
ScheduledInstanceRecurrenceRequest.Builder |
occurrenceDays(Collection<Integer> occurrenceDays)
The days.
|
ScheduledInstanceRecurrenceRequest.Builder |
occurrenceDays(Integer... occurrenceDays)
The days.
|
ScheduledInstanceRecurrenceRequest.Builder |
occurrenceRelativeToEnd(Boolean occurrenceRelativeToEnd)
Indicates whether the occurrence is relative to the end of the specified week or month.
|
ScheduledInstanceRecurrenceRequest.Builder |
occurrenceUnit(String occurrenceUnit)
The unit for
OccurrenceDays (DayOfWeek or DayOfMonth). |
copyapply, buildScheduledInstanceRecurrenceRequest.Builder frequency(String frequency)
The frequency (Daily, Weekly, or Monthly).
frequency - The frequency (Daily, Weekly, or Monthly).ScheduledInstanceRecurrenceRequest.Builder interval(Integer interval)
The interval quantity. The interval unit depends on the value of Frequency. For example, every 2
weeks or every 2 months.
interval - The interval quantity. The interval unit depends on the value of Frequency. For example,
every 2 weeks or every 2 months.ScheduledInstanceRecurrenceRequest.Builder occurrenceDays(Collection<Integer> occurrenceDays)
The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.
occurrenceDays - The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule,
this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a
daily schedule. If the occurrence is relative to the end of the month, you can specify only a single
day.ScheduledInstanceRecurrenceRequest.Builder occurrenceDays(Integer... occurrenceDays)
The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.
occurrenceDays - The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule,
this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a
daily schedule. If the occurrence is relative to the end of the month, you can specify only a single
day.ScheduledInstanceRecurrenceRequest.Builder occurrenceRelativeToEnd(Boolean occurrenceRelativeToEnd)
Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.
occurrenceRelativeToEnd - Indicates whether the occurrence is relative to the end of the specified week or month. You can't
specify this value with a daily schedule.ScheduledInstanceRecurrenceRequest.Builder occurrenceUnit(String occurrenceUnit)
The unit for OccurrenceDays (DayOfWeek or DayOfMonth). This value is
required for a monthly schedule. You can't specify DayOfWeek with a weekly schedule. You can't
specify this value with a daily schedule.
occurrenceUnit - The unit for OccurrenceDays (DayOfWeek or DayOfMonth). This
value is required for a monthly schedule. You can't specify DayOfWeek with a weekly
schedule. You can't specify this value with a daily schedule.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.