@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 - `CfnSafetyRule.RuleConfigProperty.Inverted`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty.Builder inverted(IResolvable inverted)
CfnSafetyRule.RuleConfigProperty.getInverted()inverted - `CfnSafetyRule.RuleConfigProperty.Inverted`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty.Builder threshold(Number threshold)
CfnSafetyRule.RuleConfigProperty.getThreshold()threshold - `CfnSafetyRule.RuleConfigProperty.Threshold`. This parameter is required.this@Stability(value=Stable) public CfnSafetyRule.RuleConfigProperty.Builder type(String type)
CfnSafetyRule.RuleConfigProperty.getType()type - `CfnSafetyRule.RuleConfigProperty.Type`. 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 © 2021. All rights reserved.