Interface SoftwareTokenMfaConfigType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SoftwareTokenMfaConfigType.Builder,,SoftwareTokenMfaConfigType> SdkBuilder<SoftwareTokenMfaConfigType.Builder,,SoftwareTokenMfaConfigType> SdkPojo
- Enclosing class:
- SoftwareTokenMfaConfigType
@Mutable
@NotThreadSafe
public static interface SoftwareTokenMfaConfigType.Builder
extends SdkPojo, CopyableBuilder<SoftwareTokenMfaConfigType.Builder,SoftwareTokenMfaConfigType>
-
Method Summary
Modifier and TypeMethodDescriptionThe activation state of TOTP MFA.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
The activation state of TOTP MFA.
- Parameters:
enabled- The activation state of TOTP MFA.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-