Interface Settings.Builder

    • Method Detail

      • mfaTypesWithStrings

        Settings.Builder mfaTypesWithStrings​(Collection<String> mfaTypes)

        The supported MFA types.

        Parameters:
        mfaTypes - The supported MFA types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mfaTypesWithStrings

        Settings.Builder mfaTypesWithStrings​(String... mfaTypes)

        The supported MFA types.

        Parameters:
        mfaTypes - The supported MFA types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mfaTypes

        Settings.Builder mfaTypes​(Collection<MfaTypesElement> mfaTypes)

        The supported MFA types.

        Parameters:
        mfaTypes - The supported MFA types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mfaTypes

        Settings.Builder mfaTypes​(MfaTypesElement... mfaTypes)

        The supported MFA types.

        Parameters:
        mfaTypes - The supported MFA types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • smsMessage

        Settings.Builder smsMessage​(String smsMessage)

        The body of the SMS message.

        Parameters:
        smsMessage - The body of the SMS message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.