| Package | Description |
|---|---|
| software.amazon.awssdk.services.wafv2.model |
| Modifier and Type | Method and Description |
|---|---|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.action(String action)
The action that WAF applied to the request.
|
static SampledHTTPRequest.Builder |
SampledHTTPRequest.builder() |
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.captchaResponse(CaptchaResponse captchaResponse)
The
CAPTCHA response for the request. |
default SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.captchaResponse(Consumer<CaptchaResponse.Builder> captchaResponse)
The
CAPTCHA response for the request. |
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.challengeResponse(ChallengeResponse challengeResponse)
The
Challenge response for the request. |
default SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.challengeResponse(Consumer<ChallengeResponse.Builder> challengeResponse)
The
Challenge response for the request. |
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.labels(Collection<Label> labels)
Labels applied to the web request by matching rules.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.labels(Consumer<Label.Builder>... labels)
Labels applied to the web request by matching rules.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.labels(Label... labels)
Labels applied to the web request by matching rules.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.overriddenAction(String overriddenAction)
Used only for rule group rules that have a rule action override in place in the web ACL.
|
default SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.request(Consumer<HTTPRequest.Builder> request)
A complex type that contains detailed information about the request.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.request(HTTPRequest request)
A complex type that contains detailed information about the request.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.requestHeadersInserted(Collection<HTTPHeader> requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for
the matching rule action.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.requestHeadersInserted(Consumer<HTTPHeader.Builder>... requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for
the matching rule action.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.requestHeadersInserted(HTTPHeader... requestHeadersInserted)
Custom request headers inserted by WAF into the request, according to the custom request configuration for
the matching rule action.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.responseCodeSent(Integer responseCodeSent)
The response code that was sent for the request.
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.ruleNameWithinRuleGroup(String ruleNameWithinRuleGroup)
The name of the
Rule that the request matched. |
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.timestamp(Instant timestamp)
The time at which WAF received the request from your Amazon Web Services resource, in Unix time format (in
seconds).
|
SampledHTTPRequest.Builder |
SampledHTTPRequest.toBuilder() |
SampledHTTPRequest.Builder |
SampledHTTPRequest.Builder.weight(Long weight)
A value that indicates how one result in the response relates proportionally to other results in the
response.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SampledHTTPRequest.Builder> |
SampledHTTPRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.