| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Predicate.clone() |
Predicate |
TriggerUpdate.getPredicate()
The predicate of this trigger, which defines when it will fire.
|
Predicate |
Trigger.getPredicate()
The predicate of this trigger, which defines when it will fire.
|
Predicate |
CreateTriggerRequest.getPredicate()
A predicate to specify when the new trigger should fire.
|
Predicate |
Predicate.withConditions(Collection<Condition> conditions)
A list of the conditions that determine when the trigger will fire.
|
Predicate |
Predicate.withConditions(Condition... conditions)
A list of the conditions that determine when the trigger will fire.
|
Predicate |
Predicate.withLogical(Logical logical)
An optional field if only one condition is listed.
|
Predicate |
Predicate.withLogical(String logical)
An optional field if only one condition is listed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerUpdate.setPredicate(Predicate predicate)
The predicate of this trigger, which defines when it will fire.
|
void |
Trigger.setPredicate(Predicate predicate)
The predicate of this trigger, which defines when it will fire.
|
void |
CreateTriggerRequest.setPredicate(Predicate predicate)
A predicate to specify when the new trigger should fire.
|
TriggerUpdate |
TriggerUpdate.withPredicate(Predicate predicate)
The predicate of this trigger, which defines when it will fire.
|
Trigger |
Trigger.withPredicate(Predicate predicate)
The predicate of this trigger, which defines when it will fire.
|
CreateTriggerRequest |
CreateTriggerRequest.withPredicate(Predicate predicate)
A predicate to specify when the new trigger should fire.
|
Copyright © 2025. All rights reserved.