Interface SoftwareTokenMfaConfigType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SoftwareTokenMfaConfigType.Builder,SoftwareTokenMfaConfigType>,SdkBuilder<SoftwareTokenMfaConfigType.Builder,SoftwareTokenMfaConfigType>,SdkPojo
- Enclosing class:
- SoftwareTokenMfaConfigType
public static interface SoftwareTokenMfaConfigType.Builder extends SdkPojo, CopyableBuilder<SoftwareTokenMfaConfigType.Builder,SoftwareTokenMfaConfigType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SoftwareTokenMfaConfigType.Builderenabled(Boolean enabled)The activation state of TOTP MFA.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
SoftwareTokenMfaConfigType.Builder enabled(Boolean 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.
-
-