| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.addressFields(AddressField... addressFields)
The names of the fields in the request payload that contain your customer's primary physical address.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.addressFields(Collection<AddressField> addressFields)
The names of the fields in the request payload that contain your customer's primary physical address.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.addressFields(Consumer<AddressField.Builder>... addressFields)
The names of the fields in the request payload that contain your customer's primary physical address.
|
static RequestInspectionACFP.Builder |
RequestInspectionACFP.builder() |
default RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.emailField(Consumer<EmailField.Builder> emailField)
The name of the field in the request payload that contains your customer's email.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.emailField(EmailField emailField)
The name of the field in the request payload that contains your customer's email.
|
default RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.passwordField(Consumer<PasswordField.Builder> passwordField)
The name of the field in the request payload that contains your customer's password.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.passwordField(PasswordField passwordField)
The name of the field in the request payload that contains your customer's password.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.payloadType(PayloadType payloadType)
The payload type for your account creation endpoint, either JSON or form encoded.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.payloadType(String payloadType)
The payload type for your account creation endpoint, either JSON or form encoded.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.phoneNumberFields(Collection<PhoneNumberField> phoneNumberFields)
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.phoneNumberFields(Consumer<PhoneNumberField.Builder>... phoneNumberFields)
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.phoneNumberFields(PhoneNumberField... phoneNumberFields)
The names of the fields in the request payload that contain your customer's primary phone number.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.toBuilder() |
default RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.usernameField(Consumer<UsernameField.Builder> usernameField)
The name of the field in the request payload that contains your customer's username.
|
RequestInspectionACFP.Builder |
RequestInspectionACFP.Builder.usernameField(UsernameField usernameField)
The name of the field in the request payload that contains your customer's username.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RequestInspectionACFP.Builder> |
RequestInspectionACFP.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AWSManagedRulesACFPRuleSet.Builder |
AWSManagedRulesACFPRuleSet.Builder.requestInspection(Consumer<RequestInspectionACFP.Builder> requestInspection)
The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track
account creation attempts.
|
Copyright © 2023. All rights reserved.