public static interface AwsWafv2WebAclCaptchaConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafv2WebAclCaptchaConfigDetails.Builder,AwsWafv2WebAclCaptchaConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2WebAclCaptchaConfigDetails.Builder |
immunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a
CAPTCHA puzzle.
|
default AwsWafv2WebAclCaptchaConfigDetails.Builder |
immunityTimeProperty(Consumer<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder> immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a
CAPTCHA puzzle.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsWafv2WebAclCaptchaConfigDetails.Builder immunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
immunityTimeProperty - Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully
solves a CAPTCHA puzzle.default AwsWafv2WebAclCaptchaConfigDetails.Builder immunityTimeProperty(Consumer<AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder> immunityTimeProperty)
Determines how long a CAPTCHA timestamp in the token remains valid after the client successfully solves a CAPTCHA puzzle.
This is a convenience method that creates an instance of theAwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.Builder avoiding the need to create one
manually via AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to immunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails).
immunityTimeProperty - a consumer that will call methods on
AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails.BuilderimmunityTimeProperty(AwsWafv2WebAclCaptchaConfigImmunityTimePropertyDetails)Copyright © 2023. All rights reserved.