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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMfaDeviceResponse.Buildercertifications(Map<String,String> certifications)The certifications of a specified user's MFA device.GetMfaDeviceResponse.BuilderenableDate(Instant enableDate)The date that a specified user's MFA device was first enabled.GetMfaDeviceResponse.BuilderserialNumber(String serialNumber)Serial number that uniquely identifies the MFA device.GetMfaDeviceResponse.BuilderuserName(String userName)The friendly name identifying the user.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
userName
GetMfaDeviceResponse.Builder userName(String 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
GetMfaDeviceResponse.Builder serialNumber(String 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
GetMfaDeviceResponse.Builder enableDate(Instant 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
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).
- 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.
-
-