public static class HumanInteractionChallenge.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HumanInteractionChallenge.Builder |
action(HumanInteractionChallenge.Action action) |
HumanInteractionChallenge.Builder |
actionExpirationInSeconds(Integer actionExpirationInSeconds) |
HumanInteractionChallenge |
build() |
HumanInteractionChallenge.Builder |
challengeSettings(BlockChallengeSettings challengeSettings) |
HumanInteractionChallenge.Builder |
copy(HumanInteractionChallenge o) |
HumanInteractionChallenge.Builder |
failureThreshold(Integer failureThreshold) |
HumanInteractionChallenge.Builder |
failureThresholdExpirationInSeconds(Integer failureThresholdExpirationInSeconds) |
HumanInteractionChallenge.Builder |
interactionThreshold(Integer interactionThreshold) |
HumanInteractionChallenge.Builder |
isEnabled(Boolean isEnabled) |
HumanInteractionChallenge.Builder |
recordingPeriodInSeconds(Integer recordingPeriodInSeconds) |
HumanInteractionChallenge.Builder |
setHttpHeader(Header setHttpHeader) |
public HumanInteractionChallenge.Builder isEnabled(Boolean isEnabled)
public HumanInteractionChallenge.Builder action(HumanInteractionChallenge.Action action)
public HumanInteractionChallenge.Builder failureThreshold(Integer failureThreshold)
public HumanInteractionChallenge.Builder actionExpirationInSeconds(Integer actionExpirationInSeconds)
public HumanInteractionChallenge.Builder failureThresholdExpirationInSeconds(Integer failureThresholdExpirationInSeconds)
public HumanInteractionChallenge.Builder interactionThreshold(Integer interactionThreshold)
public HumanInteractionChallenge.Builder recordingPeriodInSeconds(Integer recordingPeriodInSeconds)
public HumanInteractionChallenge.Builder setHttpHeader(Header setHttpHeader)
public HumanInteractionChallenge.Builder challengeSettings(BlockChallengeSettings challengeSettings)
public HumanInteractionChallenge build()
public HumanInteractionChallenge.Builder copy(HumanInteractionChallenge o)
Copyright © 2016–2019. All rights reserved.