FirewallRule.Builder |
FirewallRule.Builder.action(String action) |
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's
domain list, or a threat in a DNS Firewall Advanced rule:
|
FirewallRule.Builder |
FirewallRule.Builder.action(Action action) |
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule's
domain list, or a threat in a DNS Firewall Advanced rule:
|
FirewallRule.Builder |
FirewallRule.Builder.blockOverrideDnsType(String blockOverrideDnsType) |
The DNS record's type.
|
FirewallRule.Builder |
FirewallRule.Builder.blockOverrideDnsType(BlockOverrideDnsType blockOverrideDnsType) |
The DNS record's type.
|
FirewallRule.Builder |
FirewallRule.Builder.blockOverrideDomain(String blockOverrideDomain) |
The custom DNS record to send back in response to the query.
|
FirewallRule.Builder |
FirewallRule.Builder.blockOverrideTtl(Integer blockOverrideTtl) |
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided
override record.
|
FirewallRule.Builder |
FirewallRule.Builder.blockResponse(String blockResponse) |
The way that you want DNS Firewall to block the request.
|
FirewallRule.Builder |
FirewallRule.Builder.blockResponse(BlockResponse blockResponse) |
The way that you want DNS Firewall to block the request.
|
static FirewallRule.Builder |
FirewallRule.builder() |
|
FirewallRule.Builder |
FirewallRule.Builder.confidenceThreshold(String confidenceThreshold) |
The confidence threshold for DNS Firewall Advanced.
|
FirewallRule.Builder |
FirewallRule.Builder.confidenceThreshold(ConfidenceThreshold confidenceThreshold) |
The confidence threshold for DNS Firewall Advanced.
|
FirewallRule.Builder |
FirewallRule.Builder.creationTime(String creationTime) |
The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRule.Builder |
FirewallRule.Builder.creatorRequestId(String creatorRequestId) |
A unique string defined by you to identify the request.
|
FirewallRule.Builder |
FirewallRule.Builder.dnsThreatProtection(String dnsThreatProtection) |
The type of the DNS Firewall Advanced rule.
|
FirewallRule.Builder |
FirewallRule.Builder.dnsThreatProtection(DnsThreatProtection dnsThreatProtection) |
The type of the DNS Firewall Advanced rule.
|
FirewallRule.Builder |
FirewallRule.Builder.firewallDomainListId(String firewallDomainListId) |
The ID of the domain list that's used in the rule.
|
FirewallRule.Builder |
FirewallRule.Builder.firewallDomainRedirectionAction(String firewallDomainRedirectionAction) |
How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
|
FirewallRule.Builder |
FirewallRule.Builder.firewallDomainRedirectionAction(FirewallDomainRedirectionAction firewallDomainRedirectionAction) |
How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
|
FirewallRule.Builder |
FirewallRule.Builder.firewallRuleGroupId(String firewallRuleGroupId) |
The unique identifier of the Firewall rule group of the rule.
|
FirewallRule.Builder |
FirewallRule.Builder.firewallThreatProtectionId(String firewallThreatProtectionId) |
ID of the DNS Firewall Advanced rule.
|
FirewallRule.Builder |
FirewallRule.Builder.modificationTime(String modificationTime) |
The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).
|
FirewallRule.Builder |
FirewallRule.Builder.name(String name) |
The name of the rule.
|
FirewallRule.Builder |
FirewallRule.Builder.priority(Integer priority) |
The priority of the rule in the rule group.
|
FirewallRule.Builder |
FirewallRule.Builder.qtype(String qtype) |
The DNS query type you want the rule to evaluate.
|
FirewallRule.Builder |
FirewallRule.toBuilder() |
|