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