@Stability(value=Stable) public static final class CfnRule.PredicateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRule.PredicateProperty>
CfnRule.PredicateProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.PredicateProperty |
build()
Builds the configured instance.
|
CfnRule.PredicateProperty.Builder |
dataId(String dataId)
Sets the value of
CfnRule.PredicateProperty.getDataId() |
CfnRule.PredicateProperty.Builder |
negated(Boolean negated)
Sets the value of
CfnRule.PredicateProperty.getNegated() |
CfnRule.PredicateProperty.Builder |
negated(IResolvable negated)
Sets the value of
CfnRule.PredicateProperty.getNegated() |
CfnRule.PredicateProperty.Builder |
type(String type)
Sets the value of
CfnRule.PredicateProperty.getType() |
@Stability(value=Stable) public CfnRule.PredicateProperty.Builder dataId(String dataId)
CfnRule.PredicateProperty.getDataId()dataId - `CfnRule.PredicateProperty.DataId`. This parameter is required.this@Stability(value=Stable) public CfnRule.PredicateProperty.Builder negated(Boolean negated)
CfnRule.PredicateProperty.getNegated()negated - `CfnRule.PredicateProperty.Negated`. This parameter is required.this@Stability(value=Stable) public CfnRule.PredicateProperty.Builder negated(IResolvable negated)
CfnRule.PredicateProperty.getNegated()negated - `CfnRule.PredicateProperty.Negated`. This parameter is required.this@Stability(value=Stable) public CfnRule.PredicateProperty.Builder type(String type)
CfnRule.PredicateProperty.getType()type - `CfnRule.PredicateProperty.Type`. This parameter is required.this@Stability(value=Stable) public CfnRule.PredicateProperty build()
build in interface software.amazon.jsii.Builder<CfnRule.PredicateProperty>CfnRule.PredicatePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.