Class ScheduleConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.appintegrations.model.ScheduleConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScheduleConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduleConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfirstExecutionFrom()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)inthashCode()Stringobject()The name of the object to pull from the data source.StringscheduleExpression()How often the data should be pulled from data source.List<SdkField<?>>sdkFields()static Class<? extends ScheduleConfiguration.Builder>serializableBuilderClass()ScheduleConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
firstExecutionFrom
public 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.
- Returns:
- The start date for objects to import in the first flow run as an Unix/epoch timestamp in milliseconds or in ISO-8601 format.
-
object
public final String object()
The name of the object to pull from the data source.
- Returns:
- The name of the object to pull from the data source.
-
scheduleExpression
public final String scheduleExpression()
How often the data should be pulled from data source.
- Returns:
- How often the data should be pulled from data source.
-
toBuilder
public ScheduleConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScheduleConfiguration.Builder,ScheduleConfiguration>
-
builder
public static ScheduleConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScheduleConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-