Interface DnsRequestAction.Builder

    • Method Detail

      • domain

        DnsRequestAction.Builder domain​(String domain)

        The DNS domain that is associated with the DNS request.

        Length Constraints: 128.

        Parameters:
        domain - The DNS domain that is associated with the DNS request.

        Length Constraints: 128.

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

        DnsRequestAction.Builder protocol​(String protocol)

        The protocol that was used for the DNS request.

        Length Constraints: Minimum length of 1. Maximum length of 64.

        Parameters:
        protocol - The protocol that was used for the DNS request.

        Length Constraints: Minimum length of 1. Maximum length of 64.

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

        DnsRequestAction.Builder blocked​(Boolean blocked)

        Indicates whether the DNS request was blocked.

        Parameters:
        blocked - Indicates whether the DNS request was blocked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.