Interface EmailMfaSettingsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EmailMfaSettingsType.Builder,,EmailMfaSettingsType> SdkBuilder<EmailMfaSettingsType.Builder,,EmailMfaSettingsType> SdkPojo
- Enclosing class:
- EmailMfaSettingsType
@Mutable
@NotThreadSafe
public static interface EmailMfaSettingsType.Builder
extends SdkPojo, CopyableBuilder<EmailMfaSettingsType.Builder,EmailMfaSettingsType>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether email message MFA is active for a user.preferredMfa(Boolean preferredMfa) Specifies whether email message MFA is the user's preferred method.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 email message MFA is active for a user. When the value of this parameter is
Enabled, the user will be prompted for MFA during all sign-in attempts, unless device tracking is turned on and the device has been trusted.- Parameters:
enabled- Specifies whether email message MFA is active for a user. When the value of this parameter isEnabled, the user will be prompted for MFA during all sign-in attempts, unless device tracking is turned on and the device has been trusted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preferredMfa
Specifies whether email message MFA is the user's preferred method.
- Parameters:
preferredMfa- Specifies whether email message MFA is the user's preferred method.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-