Class CfnWebACLPropsMixin.FieldIdentifierProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnWebACLPropsMixin.FieldIdentifierProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACLPropsMixin.FieldIdentifierProperty>
- Enclosing interface:
CfnWebACLPropsMixin.FieldIdentifierProperty
@Stability(Stable)
public static final class CfnWebACLPropsMixin.FieldIdentifierProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACLPropsMixin.FieldIdentifierProperty>
A builder for
CfnWebACLPropsMixin.FieldIdentifierProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identifier(String identifier) Sets the value ofCfnWebACLPropsMixin.FieldIdentifierProperty.getIdentifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identifier
@Stability(Stable) public CfnWebACLPropsMixin.FieldIdentifierProperty.Builder identifier(String identifier) Sets the value ofCfnWebACLPropsMixin.FieldIdentifierProperty.getIdentifier()- Parameters:
identifier- The name of the field. When thePayloadTypein the request inspection isJSON, this 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
PayloadTypeisFORM_ENCODED, use the HTML form names. For example,username.For more information, see the descriptions for each field type in the request inspection properties.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebACLPropsMixin.FieldIdentifierProperty>- Returns:
- a new instance of
CfnWebACLPropsMixin.FieldIdentifierProperty - Throws:
NullPointerException- if any required attribute was not provided
-