@Stability(value=Stable) public static final class CfnRuleGroup.RuleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.RuleProperty>
CfnRuleGroup.RuleProperty
Constructor and Description |
---|
Builder() |
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder name(String name)
CfnRuleGroup.RuleProperty.getName()
name
- `CfnRuleGroup.RuleProperty.Name`. This parameter is required.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder priority(Number priority)
CfnRuleGroup.RuleProperty.getPriority()
priority
- `CfnRuleGroup.RuleProperty.Priority`. This parameter is required.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder statement(CfnRuleGroup.StatementProperty statement)
CfnRuleGroup.RuleProperty.getStatement()
statement
- `CfnRuleGroup.RuleProperty.Statement`. This parameter is required.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder statement(IResolvable statement)
CfnRuleGroup.RuleProperty.getStatement()
statement
- `CfnRuleGroup.RuleProperty.Statement`. This parameter is required.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder visibilityConfig(CfnRuleGroup.VisibilityConfigProperty visibilityConfig)
CfnRuleGroup.RuleProperty.getVisibilityConfig()
visibilityConfig
- `CfnRuleGroup.RuleProperty.VisibilityConfig`. This parameter is required.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder visibilityConfig(IResolvable visibilityConfig)
CfnRuleGroup.RuleProperty.getVisibilityConfig()
visibilityConfig
- `CfnRuleGroup.RuleProperty.VisibilityConfig`. This parameter is required.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder action(CfnRuleGroup.RuleActionProperty action)
CfnRuleGroup.RuleProperty.getAction()
action
- `CfnRuleGroup.RuleProperty.Action`.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder action(IResolvable action)
CfnRuleGroup.RuleProperty.getAction()
action
- `CfnRuleGroup.RuleProperty.Action`.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder ruleLabels(IResolvable ruleLabels)
CfnRuleGroup.RuleProperty.getRuleLabels()
ruleLabels
- `CfnRuleGroup.RuleProperty.RuleLabels`.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty.Builder ruleLabels(List<? extends Object> ruleLabels)
CfnRuleGroup.RuleProperty.getRuleLabels()
ruleLabels
- `CfnRuleGroup.RuleProperty.RuleLabels`.this
@Stability(value=Stable) public CfnRuleGroup.RuleProperty build()
build
in interface software.amazon.jsii.Builder<CfnRuleGroup.RuleProperty>
CfnRuleGroup.RuleProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.