Interface MFAOptionType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MFAOptionType.Builder,MFAOptionType>, SdkBuilder<MFAOptionType.Builder,MFAOptionType>, SdkPojo
Enclosing class:
MFAOptionType

public static interface MFAOptionType.Builder extends SdkPojo, CopyableBuilder<MFAOptionType.Builder,MFAOptionType>
  • Method Details

    • 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:
    • 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:
    • 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.