public static interface Condition.Builder extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
crawlerName(String crawlerName)
The name of the crawler to which this condition applies.
|
Condition.Builder |
crawlState(CrawlState crawlState)
The state of the crawler to which this condition applies.
|
Condition.Builder |
crawlState(String crawlState)
The state of the crawler to which this condition applies.
|
Condition.Builder |
jobName(String jobName)
The name of the job whose
JobRuns this condition applies to, and on which this trigger waits. |
Condition.Builder |
logicalOperator(LogicalOperator logicalOperator)
A logical operator.
|
Condition.Builder |
logicalOperator(String logicalOperator)
A logical operator.
|
Condition.Builder |
state(JobRunState state)
The condition state.
|
Condition.Builder |
state(String state)
The condition state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCondition.Builder logicalOperator(String logicalOperator)
A logical operator.
logicalOperator - A logical operator.LogicalOperator,
LogicalOperatorCondition.Builder logicalOperator(LogicalOperator logicalOperator)
A logical operator.
logicalOperator - A logical operator.LogicalOperator,
LogicalOperatorCondition.Builder jobName(String jobName)
The name of the job whose JobRuns this condition applies to, and on which this trigger waits.
jobName - The name of the job whose JobRuns this condition applies to, and on which this trigger
waits.Condition.Builder state(String state)
The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED,
STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger
can listen for are SUCCEEDED, FAILED, and CANCELLED.
state - The condition state. Currently, the only job states that a trigger can listen for are
SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only
crawler states that a trigger can listen for are SUCCEEDED, FAILED, and
CANCELLED.JobRunState,
JobRunStateCondition.Builder state(JobRunState state)
The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED,
STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger
can listen for are SUCCEEDED, FAILED, and CANCELLED.
state - The condition state. Currently, the only job states that a trigger can listen for are
SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only
crawler states that a trigger can listen for are SUCCEEDED, FAILED, and
CANCELLED.JobRunState,
JobRunStateCondition.Builder crawlerName(String crawlerName)
The name of the crawler to which this condition applies.
crawlerName - The name of the crawler to which this condition applies.Condition.Builder crawlState(String crawlState)
The state of the crawler to which this condition applies.
crawlState - The state of the crawler to which this condition applies.CrawlState,
CrawlStateCondition.Builder crawlState(CrawlState crawlState)
The state of the crawler to which this condition applies.
crawlState - The state of the crawler to which this condition applies.CrawlState,
CrawlStateCopyright © 2023. All rights reserved.