Interface Challenge.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Challenge.Builder,
,Challenge> SdkBuilder<Challenge.Builder,
,Challenge> SdkPojo
- Enclosing class:
Challenge
@Mutable
@NotThreadSafe
public static interface Challenge.Builder
extends SdkPojo, CopyableBuilder<Challenge.Builder,Challenge>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of the challenge being used for the Face Liveness session.type
(ChallengeType type) The type of the challenge being used for the Face Liveness session.The version of the challenge being used for the Face Liveness session.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The type of the challenge being used for the Face Liveness session.
- Parameters:
type
- The type of the challenge being used for the Face Liveness session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the challenge being used for the Face Liveness session.
- Parameters:
type
- The type of the challenge being used for the Face Liveness session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
version
The version of the challenge being used for the Face Liveness session.
- Parameters:
version
- The version of the challenge being used for the Face Liveness session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-