@Stability(value=Stable) public static final class CfnRuleAssertion.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleAssertion>
CfnRuleAssertion| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleAssertion.Builder |
assertDescription(String assertDescription)
Sets the value of
CfnRuleAssertion.getAssertDescription() |
CfnRuleAssertion.Builder |
assertValue(ICfnConditionExpression assertValue)
Sets the value of
CfnRuleAssertion.getAssertValue() |
CfnRuleAssertion |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnRuleAssertion.Builder assertValue(ICfnConditionExpression assertValue)
CfnRuleAssertion.getAssertValue()assertValue - The assertion. This parameter is required.this@Stability(value=Stable) public CfnRuleAssertion.Builder assertDescription(String assertDescription)
CfnRuleAssertion.getAssertDescription()assertDescription - The assertion description. This parameter is required.this@Stability(value=Stable) public CfnRuleAssertion build()
build in interface software.amazon.jsii.Builder<CfnRuleAssertion>CfnRuleAssertionNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.