Interface DeviceSecretVerifierConfigType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceSecretVerifierConfigType.Builder,DeviceSecretVerifierConfigType>,SdkBuilder<DeviceSecretVerifierConfigType.Builder,DeviceSecretVerifierConfigType>,SdkPojo
- Enclosing class:
- DeviceSecretVerifierConfigType
public static interface DeviceSecretVerifierConfigType.Builder extends SdkPojo, CopyableBuilder<DeviceSecretVerifierConfigType.Builder,DeviceSecretVerifierConfigType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceSecretVerifierConfigType.BuilderpasswordVerifier(String passwordVerifier)A password verifier for a user's device.DeviceSecretVerifierConfigType.Buildersalt(String salt)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
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 Detail
-
passwordVerifier
DeviceSecretVerifierConfigType.Builder passwordVerifier(String 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
DeviceSecretVerifierConfigType.Builder salt(String 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.
-
-