@Generated(value="software.amazon.awssdk:codegen") public final class Batch extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Batch.Builder,Batch>
Batch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Batch.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Batch.Builder |
builder() |
Instant |
endTime()
End time of batch to split ingestion.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Batch.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Start time of batch to split ingestion.
|
Batch.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startTime()
Start time of batch to split ingestion.
public final Instant endTime()
End time of batch to split ingestion.
public Batch.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Batch.Builder,Batch>public static Batch.Builder builder()
public static Class<? extends Batch.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.