Interface ReceiptFilter.Builder

    • Method Detail

      • name

        ReceiptFilter.Builder name​(String name)

        The name of the IP address filter. The name must meet the following requirements:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

        • Start and end with a letter or number.

        • Contain 64 characters or fewer.

        Parameters:
        name - The name of the IP address filter. The name must meet the following requirements:

        • Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).

        • Start and end with a letter or number.

        • Contain 64 characters or fewer.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipFilter

        ReceiptFilter.Builder ipFilter​(ReceiptIpFilter ipFilter)

        A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

        Parameters:
        ipFilter - A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.
        Returns:
        Returns a reference to this object so that method calls can be chained together.