Class SyncSchedule
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SyncSchedule.Builder,SyncSchedule>
The recurring schedule on which a managed knowledge base connector automatically syncs its data source. Specify
exactly one of daily, weekly, or monthly.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Method Summary
Modifier and TypeMethodDescriptionstatic SyncSchedule.Builderbuilder()final DailyScheduledaily()A daily sync that runs once a day at a system-chosen off-peak time.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.static SyncSchedulefromDaily(Consumer<DailySchedule.Builder> daily) Create an instance of this class withdaily()initialized to the given value.static SyncSchedulefromDaily(DailySchedule daily) Create an instance of this class withdaily()initialized to the given value.static SyncSchedulefromMonthly(Consumer<MonthlySchedule.Builder> monthly) Create an instance of this class withmonthly()initialized to the given value.static SyncSchedulefromMonthly(MonthlySchedule monthly) Create an instance of this class withmonthly()initialized to the given value.static SyncSchedulefromWeekly(Consumer<WeeklySchedule.Builder> weekly) Create an instance of this class withweekly()initialized to the given value.static SyncSchedulefromWeekly(WeeklySchedule weekly) Create an instance of this class withweekly()initialized to the given value.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final MonthlySchedulemonthly()A monthly sync that runs once a month on the specified day of the month.static Class<? extends SyncSchedule.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.type()Retrieve an enum value representing which member of this object is populated.final WeeklyScheduleweekly()A weekly sync that runs once a week on the specified day of the week.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
daily
A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.
- Returns:
- A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.
-
weekly
A weekly sync that runs once a week on the specified day of the week.
- Returns:
- A weekly sync that runs once a week on the specified day of the week.
-
monthly
A monthly sync that runs once a month on the specified day of the month.
- Returns:
- A monthly sync that runs once a month on the specified day of the month.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SyncSchedule.Builder,SyncSchedule> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
fromDaily
Create an instance of this class withdaily()initialized to the given value.A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.
- Parameters:
daily- A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.
-
fromDaily
Create an instance of this class withdaily()initialized to the given value.A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.
- Parameters:
daily- A daily sync that runs once a day at a system-chosen off-peak time. The run time is not configurable.
-
fromWeekly
Create an instance of this class withweekly()initialized to the given value.A weekly sync that runs once a week on the specified day of the week.
- Parameters:
weekly- A weekly sync that runs once a week on the specified day of the week.
-
fromWeekly
Create an instance of this class withweekly()initialized to the given value.A weekly sync that runs once a week on the specified day of the week.
- Parameters:
weekly- A weekly sync that runs once a week on the specified day of the week.
-
fromMonthly
Create an instance of this class withmonthly()initialized to the given value.A monthly sync that runs once a month on the specified day of the month.
- Parameters:
monthly- A monthly sync that runs once a month on the specified day of the month.
-
fromMonthly
Create an instance of this class withmonthly()initialized to the given value.A monthly sync that runs once a month on the specified day of the month.
- Parameters:
monthly- A monthly sync that runs once a month on the specified day of the month.
-
type
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beSyncSchedule.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beSyncSchedule.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set. -
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-