Interface DeleteFirewallRuleEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteFirewallRuleEntry.Builder,,DeleteFirewallRuleEntry> SdkBuilder<DeleteFirewallRuleEntry.Builder,,DeleteFirewallRuleEntry> SdkPojo
- Enclosing class:
DeleteFirewallRuleEntry
@Mutable
@NotThreadSafe
public static interface DeleteFirewallRuleEntry.Builder
extends SdkPojo, CopyableBuilder<DeleteFirewallRuleEntry.Builder,DeleteFirewallRuleEntry>
-
Method Summary
Modifier and TypeMethodDescriptionfirewallDomainListId(String firewallDomainListId) The ID of the domain list that's used in the rule.firewallRuleGroupId(String firewallRuleGroupId) The unique identifier of the firewall rule group for the rule.firewallThreatProtectionId(String firewallThreatProtectionId) The ID of the DNS Firewall Advanced rule.The DNS query type that the rule evaluates.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
firewallRuleGroupId
The unique identifier of the firewall rule group for the rule.
- Parameters:
firewallRuleGroupId- The unique identifier of the firewall rule group for the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallDomainListId
The ID of the domain list that's used in the rule.
- Parameters:
firewallDomainListId- The ID of the domain list that's used in the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firewallThreatProtectionId
The ID of the DNS Firewall Advanced rule.
- Parameters:
firewallThreatProtectionId- The ID of the DNS Firewall Advanced rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qtype
The DNS query type that the rule evaluates.
- Parameters:
qtype- The DNS query type that the rule evaluates.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-