public static interface CreateBackendAuthMFAConfig.Builder extends SdkPojo, CopyableBuilder<CreateBackendAuthMFAConfig.Builder,CreateBackendAuthMFAConfig>
| Modifier and Type | Method and Description |
|---|---|
CreateBackendAuthMFAConfig.Builder |
mfaMode(MFAMode mfaMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
CreateBackendAuthMFAConfig.Builder |
mfaMode(String mfaMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
|
default CreateBackendAuthMFAConfig.Builder |
settings(Consumer<Settings.Builder> settings)
Describes the configuration settings and methods for your Amplify app users to use MFA.
|
CreateBackendAuthMFAConfig.Builder |
settings(Settings settings)
Describes the configuration settings and methods for your Amplify app users to use MFA.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBackendAuthMFAConfig.Builder mfaMode(String mfaMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
CreateBackendAuthMFAConfig.Builder mfaMode(MFAMode mfaMode)
Describes whether MFA should be [ON, OFF, or OPTIONAL] for authentication in your Amplify project.
CreateBackendAuthMFAConfig.Builder settings(Settings settings)
Describes the configuration settings and methods for your Amplify app users to use MFA.
settings - Describes the configuration settings and methods for your Amplify app users to use MFA.default CreateBackendAuthMFAConfig.Builder settings(Consumer<Settings.Builder> settings)
Describes the configuration settings and methods for your Amplify app users to use MFA.
This is a convenience that creates an instance of theSettings.Builder avoiding the need to create
one manually via Settings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to settings(Settings).settings - a consumer that will call methods on Settings.Buildersettings(Settings)Copyright © 2022. All rights reserved.