| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.withCrawlerName(String crawlerName)
The name of the crawler to which this condition applies.
|
Condition |
Condition.withCrawlState(CrawlState crawlState)
The state of the crawler to which this condition applies.
|
Condition |
Condition.withCrawlState(String crawlState)
The state of the crawler to which this condition applies.
|
Condition |
Condition.withJobName(String jobName)
The name of the job whose
JobRuns this condition applies to, and on which this trigger waits. |
Condition |
Condition.withLogicalOperator(LogicalOperator logicalOperator)
A logical operator.
|
Condition |
Condition.withLogicalOperator(String logicalOperator)
A logical operator.
|
Condition |
Condition.withState(JobRunState state)
The condition state.
|
Condition |
Condition.withState(String state)
The condition state.
|
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
Predicate.getConditions()
A list of the conditions that determine when the trigger will fire.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate |
Predicate.withConditions(Condition... conditions)
A list of the conditions that determine when the trigger will fire.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Predicate.setConditions(Collection<Condition> conditions)
A list of the conditions that determine when the trigger will fire.
|
Predicate |
Predicate.withConditions(Collection<Condition> conditions)
A list of the conditions that determine when the trigger will fire.
|
Copyright © 2024. All rights reserved.