@Generated(value="software.amazon.awssdk:codegen") public final class ScheduleConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
The details of the schedule of the data source runs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScheduleConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
schedule()
The schedule of the data source runs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduleConfiguration.Builder> |
serializableBuilderClass() |
Timezone |
timezone()
The timezone of the data source run.
|
String |
timezoneAsString()
The timezone of the data source run.
|
ScheduleConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String schedule()
The schedule of the data source runs.
public final Timezone timezone()
The timezone of the data source run.
If the service returns an enum value that is not available in the current SDK version, timezone will
return Timezone.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
timezoneAsString().
Timezonepublic final String timezoneAsString()
The timezone of the data source run.
If the service returns an enum value that is not available in the current SDK version, timezone will
return Timezone.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
timezoneAsString().
Timezonepublic ScheduleConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>public static ScheduleConfiguration.Builder builder()
public static Class<? extends ScheduleConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.