Interface GetMfaDeviceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMfaDeviceResponse.Builder,,GetMfaDeviceResponse> IamResponse.Builder,SdkBuilder<GetMfaDeviceResponse.Builder,,GetMfaDeviceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetMfaDeviceResponse
public static interface GetMfaDeviceResponse.Builder
extends IamResponse.Builder, SdkPojo, CopyableBuilder<GetMfaDeviceResponse.Builder,GetMfaDeviceResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncertifications(Map<String, String> certifications) The certifications of a specified user's MFA device.enableDate(Instant enableDate) The date that a specified user's MFA device was first enabled.serialNumber(String serialNumber) Serial number that uniquely identifies the MFA device.The friendly name identifying the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
userName
The friendly name identifying the user.
- Parameters:
userName- The friendly name identifying the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serialNumber
Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.
- Parameters:
serialNumber- Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableDate
The date that a specified user's MFA device was first enabled.
- Parameters:
enableDate- The date that a specified user's MFA device was first enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-