public static interface DeactivateMfaDeviceRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<DeactivateMfaDeviceRequest.Builder,DeactivateMfaDeviceRequest>
| Modifier and Type | Method and Description |
|---|---|
DeactivateMfaDeviceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeactivateMfaDeviceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeactivateMfaDeviceRequest.Builder |
serialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device.
|
DeactivateMfaDeviceRequest.Builder |
userName(String userName)
The name of the user whose MFA device you want to deactivate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeactivateMfaDeviceRequest.Builder userName(String userName)
The name of the user whose MFA device you want to deactivate.
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: _+=,.@-
userName - The name of the user whose MFA device you want to deactivate.
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: _+=,.@-
DeactivateMfaDeviceRequest.Builder serialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
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: =,.@:/-
serialNumber - The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number
is the device ARN.
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: =,.@:/-
DeactivateMfaDeviceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeactivateMfaDeviceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.