Interface UpdateFirewallRuleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFirewallRuleResponse.Builder,,UpdateFirewallRuleResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<UpdateFirewallRuleResponse.Builder,,UpdateFirewallRuleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateFirewallRuleResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe 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.action(FirewallRuleAction 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.blockOverrideDnsType(String blockOverrideDnsType) The DNS record's type.blockOverrideDnsType(BlockOverrideDnsQueryType blockOverrideDnsType) The DNS record's type.blockOverrideDomain(String blockOverrideDomain) The custom DNS record to send back in response to the query.blockOverrideTtl(Integer blockOverrideTtl) The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record.blockResponse(String blockResponse) The way that you want DNS Firewall to block the request.blockResponse(FirewallBlockResponse blockResponse) The way that you want DNS Firewall to block the request.confidenceThreshold(String confidenceThreshold) The confidence threshold for DNS Firewall Advanced.confidenceThreshold(ConfidenceThreshold confidenceThreshold) The confidence threshold for DNS Firewall Advanced.The time and date the Firewall rule was created.description(String description) The description of the Firewall rule.dnsAdvancedProtection(String dnsAdvancedProtection) The type of the DNS Firewall Advanced rule.dnsAdvancedProtection(DnsAdvancedProtection dnsAdvancedProtection) The type of the DNS Firewall Advanced rule.The ID of the DNS view the Firewall rule is associated with.firewallDomainListId(String firewallDomainListId) The ID of the domain list associated with the Firewall rule.The ID of the Firewall rule.The name of the Firewall rule.The setting that determines the processing order of the rule in the rule group.The DNS query type you want the rule to evaluate.The operational status of the firewall rule.status(CRResourceStatus status) The operational status of the firewall rule.The time and date the rule was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blockOverrideDnsType
The DNS record's type. This determines the format of the record value that you provided in
BlockOverrideDomain. Used for the rule actionBLOCKwith aBlockResponsesetting ofOVERRIDE.- Parameters:
blockOverrideDnsType- The DNS record's type. This determines the format of the record value that you provided inBlockOverrideDomain. Used for the rule actionBLOCKwith aBlockResponsesetting ofOVERRIDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blockOverrideDnsType
UpdateFirewallRuleResponse.Builder blockOverrideDnsType(BlockOverrideDnsQueryType blockOverrideDnsType) The DNS record's type. This determines the format of the record value that you provided in
BlockOverrideDomain. Used for the rule actionBLOCKwith aBlockResponsesetting ofOVERRIDE.- Parameters:
blockOverrideDnsType- The DNS record's type. This determines the format of the record value that you provided inBlockOverrideDomain. Used for the rule actionBLOCKwith aBlockResponsesetting ofOVERRIDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blockOverrideDomain
The custom DNS record to send back in response to the query. Used for the rule action
BLOCKwith aBlockResponsesetting ofOVERRIDE.- Parameters:
blockOverrideDomain- The custom DNS record to send back in response to the query. Used for the rule actionBLOCKwith aBlockResponsesetting ofOVERRIDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockOverrideTtl
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action
BLOCKwith aBlockResponsesetting ofOVERRIDE.- Parameters:
blockOverrideTtl- The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule actionBLOCKwith aBlockResponsesetting ofOVERRIDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockResponse
The way that you want DNS Firewall to block the request. Used for the rule action setting
BLOCK.- Parameters:
blockResponse- The way that you want DNS Firewall to block the request. Used for the rule action settingBLOCK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blockResponse
The way that you want DNS Firewall to block the request. Used for the rule action setting
BLOCK.- Parameters:
blockResponse- The way that you want DNS Firewall to block the request. Used for the rule action settingBLOCK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidenceThreshold
The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.
- Parameters:
confidenceThreshold- The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
confidenceThreshold
The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.
- Parameters:
confidenceThreshold- The confidence threshold for DNS Firewall Advanced. You must provide this value when you create a DNS Firewall Advanced rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The time and date the Firewall rule was created.
- Parameters:
createdAt- The time and date the Firewall rule was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the Firewall rule.
- Parameters:
description- The description of the Firewall rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsAdvancedProtection
The type of the DNS Firewall Advanced rule. Valid values are DGA and DNS_TUNNELING.
- Parameters:
dnsAdvancedProtection- The type of the DNS Firewall Advanced rule. Valid values are DGA and DNS_TUNNELING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dnsAdvancedProtection
UpdateFirewallRuleResponse.Builder dnsAdvancedProtection(DnsAdvancedProtection dnsAdvancedProtection) The type of the DNS Firewall Advanced rule. Valid values are DGA and DNS_TUNNELING.
- Parameters:
dnsAdvancedProtection- The type of the DNS Firewall Advanced rule. Valid values are DGA and DNS_TUNNELING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
firewallDomainListId
The ID of the domain list associated with the Firewall rule.
- Parameters:
firewallDomainListId- The ID of the domain list associated with the Firewall rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the Firewall rule.
- Parameters:
id- The ID of the Firewall rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the Firewall rule.
- Parameters:
name- The name of the Firewall rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
- Parameters:
priority- The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViewId
The ID of the DNS view the Firewall rule is associated with.
- Parameters:
dnsViewId- The ID of the DNS view the Firewall rule is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queryType
The DNS query type you want the rule to evaluate.
- Parameters:
queryType- The DNS query type you want the rule to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The operational status of the firewall rule.
- Parameters:
status- The operational status of the firewall rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The operational status of the firewall rule.
- Parameters:
status- The operational status of the firewall rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time and date the rule was updated.
- Parameters:
updatedAt- The time and date the rule was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-