public static interface ChallengeAction.Builder extends SdkPojo, CopyableBuilder<ChallengeAction.Builder,ChallengeAction>
| Modifier and Type | Method and Description |
|---|---|
default ChallengeAction.Builder |
customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
ChallengeAction.Builder |
customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's
token is valid and unexpired.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChallengeAction.Builder customRequestHandling(CustomRequestHandling customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's token is valid and unexpired.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
customRequestHandling - Defines custom handling for the web request, used when the challenge inspection determines that the
request's token is valid and unexpired.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
default ChallengeAction.Builder customRequestHandling(Consumer<CustomRequestHandling.Builder> customRequestHandling)
Defines custom handling for the web request, used when the challenge inspection determines that the request's token is valid and unexpired.
For information about customizing web requests and responses, see Customizing web requests and responses in WAF in the WAF Developer Guide.
This is a convenience method that creates an instance of theCustomRequestHandling.Builder avoiding
the need to create one manually via CustomRequestHandling.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to customRequestHandling(CustomRequestHandling).
customRequestHandling - a consumer that will call methods on CustomRequestHandling.BuildercustomRequestHandling(CustomRequestHandling)Copyright © 2023. All rights reserved.