public static interface ResyncMfaDeviceRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<ResyncMfaDeviceRequest.Builder,ResyncMfaDeviceRequest>
| Modifier and Type | Method and 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ResyncMfaDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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.
ResyncMfaDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ResyncMfaDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.