public static final class CfnWebACL.FieldIdentifierProperty.Builder
extends java.lang.Object
CfnWebACL.FieldIdentifierProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWebACL.FieldIdentifierProperty |
build()
Builds the configured instance.
|
CfnWebACL.FieldIdentifierProperty.Builder |
identifier(java.lang.String identifier)
Sets the value of
CfnWebACL.FieldIdentifierProperty.getIdentifier() |
public CfnWebACL.FieldIdentifierProperty.Builder identifier(java.lang.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
public CfnWebACL.FieldIdentifierProperty build()
CfnWebACL.FieldIdentifierProperty
java.lang.NullPointerException
- if any required attribute was not provided