public static final class CfnWebACL.AndStatementProperty.Builder
extends java.lang.Object
CfnWebACL.AndStatementProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWebACL.AndStatementProperty |
build()
Builds the configured instance.
|
CfnWebACL.AndStatementProperty.Builder |
statements(IResolvable statements)
Sets the value of
CfnWebACL.AndStatementProperty.getStatements() |
CfnWebACL.AndStatementProperty.Builder |
statements(java.util.List<? extends java.lang.Object> statements)
Sets the value of
CfnWebACL.AndStatementProperty.getStatements() |
public CfnWebACL.AndStatementProperty.Builder statements(IResolvable statements)
CfnWebACL.AndStatementProperty.getStatements()
statements
- The statements to combine with AND logic. This parameter is required.
You can use any statements that can be nested.this
public CfnWebACL.AndStatementProperty.Builder statements(java.util.List<? extends java.lang.Object> statements)
CfnWebACL.AndStatementProperty.getStatements()
statements
- The statements to combine with AND logic. This parameter is required.
You can use any statements that can be nested.this
public CfnWebACL.AndStatementProperty build()
CfnWebACL.AndStatementProperty
java.lang.NullPointerException
- if any required attribute was not provided