public static interface DnsRequestAction.Builder extends SdkPojo, CopyableBuilder<DnsRequestAction.Builder,DnsRequestAction>
| Modifier and Type | Method and Description |
|---|---|
DnsRequestAction.Builder |
blocked(Boolean blocked)
Indicates whether the DNS request was blocked.
|
DnsRequestAction.Builder |
domain(String domain)
The DNS domain that is associated with the DNS request.
|
DnsRequestAction.Builder |
protocol(String protocol)
The protocol that was used for the DNS request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsRequestAction.Builder domain(String domain)
The DNS domain that is associated with the DNS request.
domain - The DNS domain that is associated with the DNS request.DnsRequestAction.Builder protocol(String protocol)
The protocol that was used for the DNS request.
protocol - The protocol that was used for the DNS request.DnsRequestAction.Builder blocked(Boolean blocked)
Indicates whether the DNS request was blocked.
blocked - Indicates whether the DNS request was blocked.Copyright © 2023. All rights reserved.