CopyableBuilder<ResyncMFADeviceRequest.Builder,ResyncMFADeviceRequest>, SdkBuilder<ResyncMFADeviceRequest.Builder,ResyncMFADeviceRequest>public static interface ResyncMFADeviceRequest.Builder extends CopyableBuilder<ResyncMFADeviceRequest.Builder,ResyncMFADeviceRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ResyncMFADeviceRequest.Builder |
authenticationCode1(String authenticationCode1) |
An authentication code emitted by the device.
|
ResyncMFADeviceRequest.Builder |
authenticationCode2(String authenticationCode2) |
A subsequent authentication code emitted by the device.
|
ResyncMFADeviceRequest.Builder |
serialNumber(String serialNumber) |
Serial number that uniquely identifies the MFA device.
|
ResyncMFADeviceRequest.Builder |
userName(String userName) |
The name of the user whose MFA device you want to resynchronize.
|
copyapply, buildResyncMFADeviceRequest.Builder userName(String userName)
The name of the user whose MFA device you want to resynchronize.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName - The name of the user whose MFA device you want to resynchronize.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
ResyncMFADeviceRequest.Builder serialNumber(String serialNumber)
Serial number that uniquely identifies the MFA device.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
serialNumber - Serial number that uniquely identifies the MFA device.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
ResyncMFADeviceRequest.Builder authenticationCode1(String authenticationCode1)
An authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
authenticationCode1 - An authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
ResyncMFADeviceRequest.Builder authenticationCode2(String authenticationCode2)
A subsequent authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
authenticationCode2 - A subsequent authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.