Package com.pulumi.gcp.recaptcha.inputs
Class EnterpriseKeyTestingOptionsArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.recaptcha.inputs.EnterpriseKeyTestingOptionsArgs.Builder
-
- Enclosing class:
- EnterpriseKeyTestingOptionsArgs
public static final class EnterpriseKeyTestingOptionsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EnterpriseKeyTestingOptionsArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnterpriseKeyTestingOptionsArgs
build()
EnterpriseKeyTestingOptionsArgs.Builder
testingChallenge(com.pulumi.core.Output<java.lang.String> testingChallenge)
EnterpriseKeyTestingOptionsArgs.Builder
testingChallenge(java.lang.String testingChallenge)
EnterpriseKeyTestingOptionsArgs.Builder
testingScore(com.pulumi.core.Output<java.lang.Double> testingScore)
EnterpriseKeyTestingOptionsArgs.Builder
testingScore(java.lang.Double testingScore)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EnterpriseKeyTestingOptionsArgs defaults)
-
-
Method Detail
-
testingChallenge
public EnterpriseKeyTestingOptionsArgs.Builder testingChallenge(@Nullable com.pulumi.core.Output<java.lang.String> testingChallenge)
- Parameters:
testingChallenge
- For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if UNSOLVABLE_CHALLENGE. Possible values: TESTING_CHALLENGE_UNSPECIFIED, NOCAPTCHA, UNSOLVABLE_CHALLENGE- Returns:
- builder
-
testingChallenge
public EnterpriseKeyTestingOptionsArgs.Builder testingChallenge(java.lang.String testingChallenge)
- Parameters:
testingChallenge
- For challenge-based keys only (CHECKBOX, INVISIBLE), all challenge requests for this site will return nocaptcha if NOCAPTCHA, or an unsolvable challenge if UNSOLVABLE_CHALLENGE. Possible values: TESTING_CHALLENGE_UNSPECIFIED, NOCAPTCHA, UNSOLVABLE_CHALLENGE- Returns:
- builder
-
testingScore
public EnterpriseKeyTestingOptionsArgs.Builder testingScore(@Nullable com.pulumi.core.Output<java.lang.Double> testingScore)
- Parameters:
testingScore
- All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.- Returns:
- builder
-
testingScore
public EnterpriseKeyTestingOptionsArgs.Builder testingScore(java.lang.Double testingScore)
- Parameters:
testingScore
- All assessments for this Key will return this score. Must be between 0 (likely not legitimate) and 1 (likely legitimate) inclusive.- Returns:
- builder
-
build
public EnterpriseKeyTestingOptionsArgs build()
-
-