Interface DnsRuleGroupPriorityConflictViolation.Builder

  • Method Details

    • violationTarget

      DnsRuleGroupPriorityConflictViolation.Builder violationTarget(String violationTarget)

      Information about the VPC ID.

      Parameters:
      violationTarget - Information about the VPC ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • violationTargetDescription

      DnsRuleGroupPriorityConflictViolation.Builder violationTargetDescription(String violationTargetDescription)

      A description of the violation that specifies the VPC and the rule group that's already associated with it.

      Parameters:
      violationTargetDescription - A description of the violation that specifies the VPC and the rule group that's already associated with it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conflictingPriority

      DnsRuleGroupPriorityConflictViolation.Builder conflictingPriority(Integer conflictingPriority)

      The priority setting of the two conflicting rule groups.

      Parameters:
      conflictingPriority - The priority setting of the two conflicting rule groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • conflictingPolicyId

      DnsRuleGroupPriorityConflictViolation.Builder conflictingPolicyId(String conflictingPolicyId)

      The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC. This policy contains the rule group that's already associated with the VPC.

      Parameters:
      conflictingPolicyId - The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC. This policy contains the rule group that's already associated with the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unavailablePriorities

      DnsRuleGroupPriorityConflictViolation.Builder unavailablePriorities(Collection<Integer> unavailablePriorities)

      The priorities of rule groups that are already associated with the VPC. To retry your operation, choose priority settings that aren't in this list for the rule groups in your new DNS Firewall policy.

      Parameters:
      unavailablePriorities - The priorities of rule groups that are already associated with the VPC. To retry your operation, choose priority settings that aren't in this list for the rule groups in your new DNS Firewall policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unavailablePriorities

      DnsRuleGroupPriorityConflictViolation.Builder unavailablePriorities(Integer... unavailablePriorities)

      The priorities of rule groups that are already associated with the VPC. To retry your operation, choose priority settings that aren't in this list for the rule groups in your new DNS Firewall policy.

      Parameters:
      unavailablePriorities - The priorities of rule groups that are already associated with the VPC. To retry your operation, choose priority settings that aren't in this list for the rule groups in your new DNS Firewall policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.