@Stability(value=Stable) public static final class CfnWebACL.AndStatementProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.AndStatementProperty>
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(List<? extends Object> statements)
Sets the value of
CfnWebACL.AndStatementProperty.getStatements() |
@Stability(value=Stable) 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@Stability(value=Stable) public CfnWebACL.AndStatementProperty.Builder statements(List<? extends 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@Stability(value=Stable) public CfnWebACL.AndStatementProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.AndStatementProperty>CfnWebACL.AndStatementPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.