Class StartingEventBatchCondition
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.StartingEventBatchCondition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StartingEventBatchCondition.Builder,StartingEventBatchCondition>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartingEventBatchCondition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerbatchSize()Number of events in the batch.IntegerbatchWindow()Duration of the batch window in seconds.static StartingEventBatchCondition.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StartingEventBatchCondition.Builder>serializableBuilderClass()StartingEventBatchCondition.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
-
batchSize
public final Integer batchSize()
Number of events in the batch.
- Returns:
- Number of events in the batch.
-
batchWindow
public final Integer batchWindow()
Duration of the batch window in seconds.
- Returns:
- Duration of the batch window in seconds.
-
toBuilder
public StartingEventBatchCondition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartingEventBatchCondition.Builder,StartingEventBatchCondition>
-
builder
public static StartingEventBatchCondition.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartingEventBatchCondition.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-