Interface MFAOptionType.Builder

    • Method Detail

      • deliveryMedium

        MFAOptionType.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.

        Parameters:
        deliveryMedium - The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliveryMediumType, DeliveryMediumType
      • deliveryMedium

        MFAOptionType.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.

        Parameters:
        deliveryMedium - The delivery medium to send the MFA code. You can use this parameter to set only the SMS delivery medium value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliveryMediumType, DeliveryMediumType
      • attributeName

        MFAOptionType.Builder attributeName​(String attributeName)

        The attribute name of the MFA option type. The only valid value is phone_number.

        Parameters:
        attributeName - The attribute name of the MFA option type. The only valid value is phone_number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.