public static final class DescribeMfaDevicesResponseBody.MfaDevices.Builder extends Object
public DescribeMfaDevicesResponseBody.MfaDevices.Builder adUser(DescribeMfaDevicesResponseBody.AdUser adUser)
public DescribeMfaDevicesResponseBody.MfaDevices.Builder consecutiveFails(Integer consecutiveFails)
The number of consecutive failures to bind the virtual MFA device, or the number of authentication failures based on the virtual MFA device.
example:0
public DescribeMfaDevicesResponseBody.MfaDevices.Builder deviceType(String deviceType)
The type of the virtual MFA device. The value can only be TOTP_VIRTUAL. This value indicates that the virtual MFA device follows the Time-based One-time Password (TOTP) algorithm.
TOTP_VIRTUAL
public DescribeMfaDevicesResponseBody.MfaDevices.Builder email(String email)
example:This parameter is not publicly available.
public DescribeMfaDevicesResponseBody.MfaDevices.Builder endUserId(String endUserId)
The username of the convenience account that uses the virtual MFA device.
example:test
public DescribeMfaDevicesResponseBody.MfaDevices.Builder gmtEnabled(String gmtEnabled)
The time when the virtual MFA device was enabled. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
2021-06-22T06:20:49Z
public DescribeMfaDevicesResponseBody.MfaDevices.Builder gmtUnlock(String gmtUnlock)
The time when the locked virtual MFA device was automatically unlocked. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
2021-06-23T06:20:49Z
public DescribeMfaDevicesResponseBody.MfaDevices.Builder id(Long id)
The ID of the virtual MFA device.
example:36
public DescribeMfaDevicesResponseBody.MfaDevices.Builder serialNumber(String serialNumber)
The serial number of the virtual MFA device.
example:dc856334-446b-4035-bfbc-18af261e****
public DescribeMfaDevicesResponseBody.MfaDevices.Builder status(String status)
The status of the virtual MFA device.
Valid values:
LOCKED
UNBOUND
NORMAL
NORMAL
public DescribeMfaDevicesResponseBody.MfaDevices build()
Copyright © 2026. All rights reserved.