public static interface MFAOptionType.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 © 2019. All rights reserved.