public static interface MFADevice.Builder extends CopyableBuilder<MFADevice.Builder,MFADevice>
Modifier and Type | Method and Description |
---|---|
MFADevice.Builder |
enableDate(Instant enableDate)
The date when the MFA device was enabled for the user.
|
MFADevice.Builder |
serialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device.
|
MFADevice.Builder |
userName(String userName)
The user with whom the MFA device is associated.
|
copy
applyMutation, build
MFADevice.Builder userName(String userName)
The user with whom the MFA device is associated.
userName
- The user with whom the MFA device is associated.MFADevice.Builder serialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
serialNumber
- The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number
is the device ARN.MFADevice.Builder enableDate(Instant enableDate)
The date when the MFA device was enabled for the user.
enableDate
- The date when the MFA device was enabled for the user.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.