public static interface GetMfaDeviceResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetMfaDeviceResponse.Builder,GetMfaDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMfaDeviceResponse.Builder |
certifications(Map<String,String> certifications)
The certifications of a specified user's MFA device.
|
GetMfaDeviceResponse.Builder |
enableDate(Instant enableDate)
The date that a specified user's MFA device was first enabled.
|
GetMfaDeviceResponse.Builder |
serialNumber(String serialNumber)
Serial number that uniquely identifies the MFA device.
|
GetMfaDeviceResponse.Builder |
userName(String userName)
The friendly name identifying the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMfaDeviceResponse.Builder userName(String userName)
The friendly name identifying the user.
userName - The friendly name identifying the user.GetMfaDeviceResponse.Builder serialNumber(String serialNumber)
Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.
serialNumber - Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key
ARNs.GetMfaDeviceResponse.Builder enableDate(Instant enableDate)
The date that a specified user's MFA device was first enabled.
enableDate - The date that a specified user's MFA device was first enabled.GetMfaDeviceResponse.Builder certifications(Map<String,String> certifications)
The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).
certifications - The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and
FIDO certification levels obtained from FIDO Alliance
Metadata Service (MDS).Copyright © 2023. All rights reserved.