Interface DnsRequestAction.Builder

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

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

    • domain

      The DNS domain that is associated with the DNS request.

      Parameters:
      domain - The DNS domain that is associated with the DNS request.
      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.

      Parameters:
      protocol - The protocol that was used for the DNS request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.