Interface CaptchaConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CaptchaConfig.Builder,,- CaptchaConfig> - SdkBuilder<CaptchaConfig.Builder,,- CaptchaConfig> - SdkPojo
- Enclosing class:
- CaptchaConfig
@Mutable
@NotThreadSafe
public static interface CaptchaConfig.Builder
extends SdkPojo, CopyableBuilder<CaptchaConfig.Builder,CaptchaConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CaptchaConfig.BuilderimmunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty) Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.immunityTimeProperty(ImmunityTimeProperty immunityTimeProperty) Determines how long aCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
immunityTimePropertyDetermines how long a CAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.- Parameters:
- immunityTimeProperty- Determines how long a- CAPTCHAtimestamp in the token remains valid after the client successfully solves a- CAPTCHApuzzle.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
immunityTimePropertydefault CaptchaConfig.Builder immunityTimeProperty(Consumer<ImmunityTimeProperty.Builder> immunityTimeProperty) Determines how long a This is a convenience method that creates an instance of theCAPTCHAtimestamp in the token remains valid after the client successfully solves aCAPTCHApuzzle.ImmunityTimeProperty.Builderavoiding the need to create one manually viaImmunityTimeProperty.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimmunityTimeProperty(ImmunityTimeProperty).- Parameters:
- immunityTimeProperty- a consumer that will call methods on- ImmunityTimeProperty.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-