@Stability(value=Stable) public static final class CfnSafetyRule.RuleConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSafetyRule.RuleConfigProperty>
CfnSafetyRule.RuleConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSafetyRule.RuleConfigProperty |
build()
Builds the configured instance.
|
CfnSafetyRule.RuleConfigProperty.Builder |
inverted(Boolean inverted)
Sets the value of
CfnSafetyRule.RuleConfigProperty.getInverted() |
CfnSafetyRule.RuleConfigProperty.Builder |
inverted(IResolvable inverted)
Sets the value of
CfnSafetyRule.RuleConfigProperty.getInverted() |
CfnSafetyRule.RuleConfigProperty.Builder |
threshold(Number threshold)
Sets the value of
CfnSafetyRule.RuleConfigProperty.getThreshold() |
CfnSafetyRule.RuleConfigProperty.Builder |
type(String type)
Sets the value of
CfnSafetyRule.RuleConfigProperty.getType() |
@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty.Builder inverted(Boolean inverted)
CfnSafetyRule.RuleConfigProperty.getInverted()inverted - Logical negation of the rule. This parameter is required.
If the rule would usually evaluate true, it's evaluated as false, and vice versa.this@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty.Builder inverted(IResolvable inverted)
CfnSafetyRule.RuleConfigProperty.getInverted()inverted - Logical negation of the rule. This parameter is required.
If the rule would usually evaluate true, it's evaluated as false, and vice versa.this@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty.Builder threshold(Number threshold)
CfnSafetyRule.RuleConfigProperty.getThreshold()threshold - The value of N, when you specify an `ATLEAST` rule type. This parameter is required.
That is, Threshold is the number of controls that must be set when you specify an ATLEAST type.this@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty.Builder type(String type)
CfnSafetyRule.RuleConfigProperty.getType()type - A rule can be one of the following: `ATLEAST` , `AND` , or `OR` . This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnSafetyRule.RuleConfigProperty>CfnSafetyRule.RuleConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.