CopyableBuilder<ScheduledInstanceRecurrence.Builder,ScheduledInstanceRecurrence>, SdkBuilder<ScheduledInstanceRecurrence.Builder,ScheduledInstanceRecurrence>public static interface ScheduledInstanceRecurrence.Builder extends CopyableBuilder<ScheduledInstanceRecurrence.Builder,ScheduledInstanceRecurrence>
| Modifier and Type | Method | Description |
|---|---|---|
ScheduledInstanceRecurrence.Builder |
frequency(String frequency) |
The frequency (
Daily, Weekly, or Monthly). |
ScheduledInstanceRecurrence.Builder |
interval(Integer interval) |
The interval quantity.
|
ScheduledInstanceRecurrence.Builder |
occurrenceDaySet(Integer... occurrenceDaySet) |
The days.
|
ScheduledInstanceRecurrence.Builder |
occurrenceDaySet(Collection<Integer> occurrenceDaySet) |
The days.
|
ScheduledInstanceRecurrence.Builder |
occurrenceRelativeToEnd(Boolean occurrenceRelativeToEnd) |
Indicates whether the occurrence is relative to the end of the specified week or month.
|
ScheduledInstanceRecurrence.Builder |
occurrenceUnit(String occurrenceUnit) |
The unit for
occurrenceDaySet (DayOfWeek or DayOfMonth). |
copyapply, buildScheduledInstanceRecurrence.Builder frequency(String frequency)
The frequency (Daily, Weekly, or Monthly).
frequency - The frequency (Daily, Weekly, or Monthly).ScheduledInstanceRecurrence.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.ScheduledInstanceRecurrence.Builder occurrenceDaySet(Collection<Integer> occurrenceDaySet)
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).
occurrenceDaySet - 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).ScheduledInstanceRecurrence.Builder occurrenceDaySet(Integer... occurrenceDaySet)
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).
NOTE: This method appends the values to the existing list (if any). Use
#setOccurrenceDaySet(java.util.Collection) or #withOccurrenceDaySet(java.util.Collection) if
you want to override the existing values.
occurrenceDaySet - 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).ScheduledInstanceRecurrence.Builder occurrenceRelativeToEnd(Boolean occurrenceRelativeToEnd)
Indicates whether the occurrence is relative to the end of the specified week or month.
occurrenceRelativeToEnd - Indicates whether the occurrence is relative to the end of the specified week or month.ScheduledInstanceRecurrence.Builder occurrenceUnit(String occurrenceUnit)
The unit for occurrenceDaySet (DayOfWeek or DayOfMonth).
occurrenceUnit - The unit for occurrenceDaySet (DayOfWeek or DayOfMonth).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.