@Stability(value=Stable) public static final class CfnWebACL.FieldIdentifierProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.FieldIdentifierProperty>
CfnWebACL.FieldIdentifierProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWebACL.FieldIdentifierProperty |
build()
Builds the configured instance.
|
CfnWebACL.FieldIdentifierProperty.Builder |
identifier(String identifier)
Sets the value of
CfnWebACL.FieldIdentifierProperty.getIdentifier() |
@Stability(value=Stable) public CfnWebACL.FieldIdentifierProperty.Builder identifier(String identifier)
CfnWebACL.FieldIdentifierProperty.getIdentifier()identifier - The name of the username or password field, used in the `ManagedRuleGroupConfig` settings. This parameter is required.
When the PayloadType is JSON , the identifier must be in JSON pointer syntax. For example /form/username . For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer .
When the PayloadType is FORM_ENCODED , use the HTML form names. For example, username .
this@Stability(value=Stable) public CfnWebACL.FieldIdentifierProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.FieldIdentifierProperty>CfnWebACL.FieldIdentifierPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.