| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
StartingEventBatchCondition |
StartingEventBatchCondition.clone() |
StartingEventBatchCondition |
WorkflowRun.getStartingEventBatchCondition()
The batch condition that started the workflow run.
|
StartingEventBatchCondition |
StartingEventBatchCondition.withBatchSize(Integer batchSize)
Number of events in the batch.
|
StartingEventBatchCondition |
StartingEventBatchCondition.withBatchWindow(Integer batchWindow)
Duration of the batch window in seconds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowRun.setStartingEventBatchCondition(StartingEventBatchCondition startingEventBatchCondition)
The batch condition that started the workflow run.
|
WorkflowRun |
WorkflowRun.withStartingEventBatchCondition(StartingEventBatchCondition startingEventBatchCondition)
The batch condition that started the workflow run.
|
Copyright © 2024. All rights reserved.