public static final class CfnRuleGroup.NotStatementProperty.Builder
extends java.lang.Object
CfnRuleGroup.NotStatementProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRuleGroup.NotStatementProperty |
build()
Builds the configured instance.
|
CfnRuleGroup.NotStatementProperty.Builder |
statement(CfnRuleGroup.StatementProperty statement)
Sets the value of
CfnRuleGroup.NotStatementProperty.getStatement() |
CfnRuleGroup.NotStatementProperty.Builder |
statement(IResolvable statement)
Sets the value of
CfnRuleGroup.NotStatementProperty.getStatement() |
public CfnRuleGroup.NotStatementProperty.Builder statement(IResolvable statement)
CfnRuleGroup.NotStatementProperty.getStatement()
statement
- The statement to negate. This parameter is required.
You can use any statement that can be nested.this
public CfnRuleGroup.NotStatementProperty.Builder statement(CfnRuleGroup.StatementProperty statement)
CfnRuleGroup.NotStatementProperty.getStatement()
statement
- The statement to negate. This parameter is required.
You can use any statement that can be nested.this
public CfnRuleGroup.NotStatementProperty build()
CfnRuleGroup.NotStatementProperty
java.lang.NullPointerException
- if any required attribute was not provided