@Stability(value=Stable) public static final class CfnTrigger.ConditionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTrigger.ConditionProperty>
CfnTrigger.ConditionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrigger.ConditionProperty |
build()
Builds the configured instance.
|
CfnTrigger.ConditionProperty.Builder |
crawlerName(String crawlerName)
Sets the value of
CfnTrigger.ConditionProperty.getCrawlerName() |
CfnTrigger.ConditionProperty.Builder |
crawlState(String crawlState)
Sets the value of
CfnTrigger.ConditionProperty.getCrawlState() |
CfnTrigger.ConditionProperty.Builder |
jobName(String jobName)
Sets the value of
CfnTrigger.ConditionProperty.getJobName() |
CfnTrigger.ConditionProperty.Builder |
logicalOperator(String logicalOperator)
Sets the value of
CfnTrigger.ConditionProperty.getLogicalOperator() |
CfnTrigger.ConditionProperty.Builder |
state(String state)
Sets the value of
CfnTrigger.ConditionProperty.getState() |
@Stability(value=Stable) public CfnTrigger.ConditionProperty.Builder crawlerName(String crawlerName)
CfnTrigger.ConditionProperty.getCrawlerName()crawlerName - The name of the crawler to which this condition applies.this@Stability(value=Stable) public CfnTrigger.ConditionProperty.Builder crawlState(String crawlState)
CfnTrigger.ConditionProperty.getCrawlState()crawlState - The state of the crawler to which this condition applies.this@Stability(value=Stable) public CfnTrigger.ConditionProperty.Builder jobName(String jobName)
CfnTrigger.ConditionProperty.getJobName()jobName - The name of the job whose `JobRuns` this condition applies to, and on which this trigger waits.this@Stability(value=Stable) public CfnTrigger.ConditionProperty.Builder logicalOperator(String logicalOperator)
CfnTrigger.ConditionProperty.getLogicalOperator()logicalOperator - A logical operator.this@Stability(value=Stable) public CfnTrigger.ConditionProperty.Builder state(String state)
CfnTrigger.ConditionProperty.getState()state - The condition state.
Currently, the values supported are SUCCEEDED , STOPPED , TIMEOUT , and FAILED .this@Stability(value=Stable) public CfnTrigger.ConditionProperty build()
build in interface software.amazon.jsii.Builder<CfnTrigger.ConditionProperty>CfnTrigger.ConditionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.