| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
StartingEventBatchCondition.Builder |
StartingEventBatchCondition.Builder.batchSize(Integer batchSize)
Number of events in the batch.
|
StartingEventBatchCondition.Builder |
StartingEventBatchCondition.Builder.batchWindow(Integer batchWindow)
Duration of the batch window in seconds.
|
static StartingEventBatchCondition.Builder |
StartingEventBatchCondition.builder() |
StartingEventBatchCondition.Builder |
StartingEventBatchCondition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartingEventBatchCondition.Builder> |
StartingEventBatchCondition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowRun.Builder |
WorkflowRun.Builder.startingEventBatchCondition(Consumer<StartingEventBatchCondition.Builder> startingEventBatchCondition)
The batch condition that started the workflow run.
|
Copyright © 2023. All rights reserved.