| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
EventBatchingCondition |
EventBatchingCondition.clone() |
EventBatchingCondition |
Trigger.getEventBatchingCondition()
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
EventBatchingCondition |
TriggerUpdate.getEventBatchingCondition()
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
EventBatchingCondition |
CreateTriggerRequest.getEventBatchingCondition()
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
EventBatchingCondition |
EventBatchingCondition.withBatchSize(Integer batchSize)
Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.
|
EventBatchingCondition |
EventBatchingCondition.withBatchWindow(Integer batchWindow)
Window of time in seconds after which EventBridge event trigger fires.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Trigger.setEventBatchingCondition(EventBatchingCondition eventBatchingCondition)
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
void |
TriggerUpdate.setEventBatchingCondition(EventBatchingCondition eventBatchingCondition)
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
void |
CreateTriggerRequest.setEventBatchingCondition(EventBatchingCondition eventBatchingCondition)
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
Trigger |
Trigger.withEventBatchingCondition(EventBatchingCondition eventBatchingCondition)
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
TriggerUpdate |
TriggerUpdate.withEventBatchingCondition(EventBatchingCondition eventBatchingCondition)
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
CreateTriggerRequest |
CreateTriggerRequest.withEventBatchingCondition(EventBatchingCondition eventBatchingCondition)
Batch condition that must be met (specified number of events received or batch time window expired) before
EventBridge event trigger fires.
|
Copyright © 2021. All rights reserved.