Interface UpdateBackendAuthMFAConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<UpdateBackendAuthMFAConfig.Builder,,- UpdateBackendAuthMFAConfig> - SdkBuilder<UpdateBackendAuthMFAConfig.Builder,,- UpdateBackendAuthMFAConfig> - SdkPojo
- Enclosing class:
- UpdateBackendAuthMFAConfig
@Mutable
@NotThreadSafe
public static interface UpdateBackendAuthMFAConfig.Builder
extends SdkPojo, CopyableBuilder<UpdateBackendAuthMFAConfig.Builder,UpdateBackendAuthMFAConfig> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
mfaModeThe 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:
 
- 
mfaModeThe 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:
 
- 
settingsThe 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.
 
- 
settingsThe settings of your MFA configuration for the backend of your Amplify project. This is a convenience method that creates an instance of theSettings.Builderavoiding the need to create one manually viaSettings.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosettings(Settings).- Parameters:
- settings- a consumer that will call methods on- Settings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-