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