public static interface MFAOptionType.Builder extends CopyableBuilder<MFAOptionType.Builder,MFAOptionType>
| Modifier and Type | Method and Description |
|---|---|
MFAOptionType.Builder |
attributeName(String attributeName)
The attribute name of the MFA option type.
|
MFAOptionType.Builder |
deliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
|
MFAOptionType.Builder |
deliveryMedium(String deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
|
copyapply, buildMFAOptionType.Builder deliveryMedium(String deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
deliveryMedium - The delivery medium (email message or SMS message) to send the MFA code.DeliveryMediumType,
DeliveryMediumTypeMFAOptionType.Builder deliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
deliveryMedium - The delivery medium (email message or SMS message) to send the MFA code.DeliveryMediumType,
DeliveryMediumTypeMFAOptionType.Builder attributeName(String attributeName)
The attribute name of the MFA option type.
attributeName - The attribute name of the MFA option type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.