Interface UpdateBackendAuthMFAConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateBackendAuthMFAConfig.Builder,
,UpdateBackendAuthMFAConfig> SdkBuilder<UpdateBackendAuthMFAConfig.Builder,
,UpdateBackendAuthMFAConfig> SdkPojo
- Enclosing class:
UpdateBackendAuthMFAConfig
public static interface UpdateBackendAuthMFAConfig.Builder
extends SdkPojo, CopyableBuilder<UpdateBackendAuthMFAConfig.Builder,UpdateBackendAuthMFAConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe MFA mode for the backend of your Amplify project.The MFA mode for the backend of your Amplify project.settings
(Consumer<Settings.Builder> settings) The settings of your MFA configuration for the backend of your Amplify project.The settings of your MFA configuration for the backend of your Amplify project.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, sdkFields
-
Method Details
-
mfaMode
The MFA mode for the backend of your Amplify project.
- Parameters:
mfaMode
- The MFA mode for the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mfaMode
The MFA mode for the backend of your Amplify project.
- Parameters:
mfaMode
- The MFA mode for the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
settings
The settings of your MFA configuration for the backend of your Amplify project.
- Parameters:
settings
- The settings of your MFA configuration for the backend of your Amplify project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
The settings of your MFA configuration for the backend of your Amplify project.
This is a convenience method that creates an instance of theSettings.Builder
avoiding the need to create one manually viaSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosettings(Settings)
.- Parameters:
settings
- a consumer that will call methods onSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-