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 to send the MFA code.
|
MFAOptionType.Builder |
deliveryMedium(String deliveryMedium)
The delivery medium to send the MFA code.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMFAOptionType.Builder deliveryMedium(String deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to set only the SMS
delivery medium value.
deliveryMedium - The delivery medium to send the MFA code. You can use this parameter to set only the SMS
delivery medium value.DeliveryMediumType,
DeliveryMediumTypeMFAOptionType.Builder deliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code. You can use this parameter to set only the SMS
delivery medium value.
deliveryMedium - The delivery medium to send the MFA code. You can use this parameter to set only the SMS
delivery medium value.DeliveryMediumType,
DeliveryMediumTypeMFAOptionType.Builder attributeName(String attributeName)
The attribute name of the MFA option type. The only valid value is phone_number.
attributeName - The attribute name of the MFA option type. The only valid value is phone_number.Copyright © 2021. All rights reserved.