Interface ResyncMfaDeviceRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ResyncMfaDeviceRequest.Builder,,- ResyncMfaDeviceRequest> - IamRequest.Builder,- SdkBuilder<ResyncMfaDeviceRequest.Builder,,- ResyncMfaDeviceRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ResyncMfaDeviceRequest
- 
Method SummaryModifier and TypeMethodDescriptionauthenticationCode1(String authenticationCode1) An authentication code emitted by the device.authenticationCode2(String authenticationCode2) A subsequent authentication code emitted by the device.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serialNumber(String serialNumber) Serial number that uniquely identifies the MFA device.The name of the user whose MFA device you want to resynchronize.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
userNameThe name of the user whose MFA device you want to resynchronize. This parameter allows (through 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: _+=,.@- - Parameters:
- userName- The name of the user whose MFA device you want to resynchronize.- This parameter allows (through 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: _+=,.@- 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serialNumberSerial number that uniquely identifies the MFA device. This parameter allows (through 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: _+=,.@- - Parameters:
- serialNumber- Serial number that uniquely identifies the MFA device.- This parameter allows (through 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: _+=,.@- 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationCode1An authentication code emitted by the device. The format for this parameter is a sequence of six digits. - Parameters:
- authenticationCode1- An authentication code emitted by the device.- The format for this parameter is a sequence of six digits. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authenticationCode2A subsequent authentication code emitted by the device. The format for this parameter is a sequence of six digits. - Parameters:
- authenticationCode2- A subsequent authentication code emitted by the device.- The format for this parameter is a sequence of six digits. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationResyncMfaDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationResyncMfaDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-