@Generated(value="software.amazon.awssdk:codegen") public final class StartingEventBatchCondition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StartingEventBatchCondition.Builder,StartingEventBatchCondition>
The batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.
Modifier and Type | Class and Description |
---|---|
static interface |
StartingEventBatchCondition.Builder |
Modifier and Type | Method and Description |
---|---|
Integer |
batchSize()
Number of events in the batch.
|
Integer |
batchWindow()
Duration of the batch window in seconds.
|
static StartingEventBatchCondition.Builder |
builder() |
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 StartingEventBatchCondition.Builder> |
serializableBuilderClass() |
StartingEventBatchCondition.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer batchSize()
Number of events in the batch.
public final Integer batchWindow()
Duration of the batch window in seconds.
public StartingEventBatchCondition.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StartingEventBatchCondition.Builder,StartingEventBatchCondition>
public static StartingEventBatchCondition.Builder builder()
public static Class<? extends StartingEventBatchCondition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.