Interface DeviceSecretVerifierConfigType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceSecretVerifierConfigType.Builder,,DeviceSecretVerifierConfigType> SdkBuilder<DeviceSecretVerifierConfigType.Builder,,DeviceSecretVerifierConfigType> SdkPojo
- Enclosing class:
- DeviceSecretVerifierConfigType
@Mutable
@NotThreadSafe
public static interface DeviceSecretVerifierConfigType.Builder
extends SdkPojo, CopyableBuilder<DeviceSecretVerifierConfigType.Builder,DeviceSecretVerifierConfigType>
-
Method Summary
Modifier and TypeMethodDescriptionpasswordVerifier(String passwordVerifier) A password verifier for a user's device.The salt that you want to use in SRP authentication with the user's device.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
passwordVerifier
A password verifier for a user's device. Used in SRP authentication.
- Parameters:
passwordVerifier- A password verifier for a user's device. Used in SRP authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
salt
The salt that you want to use in SRP authentication with the user's device.
- Parameters:
salt- The salt that you want to use in SRP authentication with the user's device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-