@Stability(value=Stable) public static final class CfnApp.CustomRuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApp.CustomRuleProperty>
CfnApp.CustomRuleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApp.CustomRuleProperty |
build()
Builds the configured instance.
|
CfnApp.CustomRuleProperty.Builder |
condition(String condition)
Sets the value of
CfnApp.CustomRuleProperty.getCondition() |
CfnApp.CustomRuleProperty.Builder |
source(String source)
Sets the value of
CfnApp.CustomRuleProperty.getSource() |
CfnApp.CustomRuleProperty.Builder |
status(String status)
Sets the value of
CfnApp.CustomRuleProperty.getStatus() |
CfnApp.CustomRuleProperty.Builder |
target(String target)
Sets the value of
CfnApp.CustomRuleProperty.getTarget() |
@Stability(value=Stable) public CfnApp.CustomRuleProperty.Builder source(String source)
CfnApp.CustomRuleProperty.getSource()source - `CfnApp.CustomRuleProperty.Source`. This parameter is required.this@Stability(value=Stable) public CfnApp.CustomRuleProperty.Builder target(String target)
CfnApp.CustomRuleProperty.getTarget()target - `CfnApp.CustomRuleProperty.Target`. This parameter is required.this@Stability(value=Stable) public CfnApp.CustomRuleProperty.Builder condition(String condition)
CfnApp.CustomRuleProperty.getCondition()condition - `CfnApp.CustomRuleProperty.Condition`.this@Stability(value=Stable) public CfnApp.CustomRuleProperty.Builder status(String status)
CfnApp.CustomRuleProperty.getStatus()status - `CfnApp.CustomRuleProperty.Status`.this@Stability(value=Stable) public CfnApp.CustomRuleProperty build()
build in interface software.amazon.jsii.Builder<CfnApp.CustomRuleProperty>CfnApp.CustomRulePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.