Interface WebAuthnMfaSettingsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WebAuthnMfaSettingsType.Builder,,WebAuthnMfaSettingsType> SdkBuilder<WebAuthnMfaSettingsType.Builder,,WebAuthnMfaSettingsType> SdkPojo
- Enclosing class:
- WebAuthnMfaSettingsType
@Mutable
@NotThreadSafe
public static interface WebAuthnMfaSettingsType.Builder
extends SdkPojo, CopyableBuilder<WebAuthnMfaSettingsType.Builder,WebAuthnMfaSettingsType>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether passkey MFA is activated for a user.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
-
enabled
Specifies whether passkey MFA is activated for a user. When activated, the user's passkey authentication requires user verification, and passkey sign-in is available when MFA is required. The user must also have at least one other MFA method such as SMS, TOTP, or email activated to prevent account lockout.
- Parameters:
enabled- Specifies whether passkey MFA is activated for a user. When activated, the user's passkey authentication requires user verification, and passkey sign-in is available when MFA is required. The user must also have at least one other MFA method such as SMS, TOTP, or email activated to prevent account lockout.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-