@Stability(value=Stable) public static final class CfnTrigger.PredicateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTrigger.PredicateProperty>
CfnTrigger.PredicateProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrigger.PredicateProperty |
build()
Builds the configured instance.
|
CfnTrigger.PredicateProperty.Builder |
conditions(IResolvable conditions)
Sets the value of
CfnTrigger.PredicateProperty.getConditions() |
CfnTrigger.PredicateProperty.Builder |
conditions(List<? extends Object> conditions)
Sets the value of
CfnTrigger.PredicateProperty.getConditions() |
CfnTrigger.PredicateProperty.Builder |
logical(String logical)
Sets the value of
CfnTrigger.PredicateProperty.getLogical() |
@Stability(value=Stable) public CfnTrigger.PredicateProperty.Builder conditions(IResolvable conditions)
CfnTrigger.PredicateProperty.getConditions()conditions - A list of the conditions that determine when the trigger will fire.this@Stability(value=Stable) public CfnTrigger.PredicateProperty.Builder conditions(List<? extends Object> conditions)
CfnTrigger.PredicateProperty.getConditions()conditions - A list of the conditions that determine when the trigger will fire.this@Stability(value=Stable) public CfnTrigger.PredicateProperty.Builder logical(String logical)
CfnTrigger.PredicateProperty.getLogical()logical - An optional field if only one condition is listed.
If multiple conditions are listed, then this field is required.this@Stability(value=Stable) public CfnTrigger.PredicateProperty build()
build in interface software.amazon.jsii.Builder<CfnTrigger.PredicateProperty>CfnTrigger.PredicatePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.