CopyableBuilder<DeleteVirtualMFADeviceRequest.Builder,DeleteVirtualMFADeviceRequest>
, SdkBuilder<DeleteVirtualMFADeviceRequest.Builder,DeleteVirtualMFADeviceRequest>
public static interface DeleteVirtualMFADeviceRequest.Builder extends CopyableBuilder<DeleteVirtualMFADeviceRequest.Builder,DeleteVirtualMFADeviceRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteVirtualMFADeviceRequest.Builder |
serialNumber(String serialNumber) |
The serial number that uniquely identifies the MFA device.
|
copy
apply, build
DeleteVirtualMFADeviceRequest.Builder serialNumber(String serialNumber)
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN.
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
- The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number
is the same as the ARN.
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: =,.@:/-
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.