@Generated(value="software.amazon.awssdk:codegen") public final class ScheduleConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
The name of the data and how often it should be pulled from the source.
| 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) |
String |
firstExecutionFrom()
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in
ISO-8601 format.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
object()
The name of the object to pull from the data source.
|
String |
scheduleExpression()
How often the data should be pulled from data source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScheduleConfiguration.Builder> |
serializableBuilderClass() |
ScheduleConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String firstExecutionFrom()
The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
public final String object()
The name of the object to pull from the data source.
public final String scheduleExpression()
How often the data should be pulled from data source.
public 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.