public static interface DnsRuleGroupPriorityConflictViolation.Builder extends SdkPojo, CopyableBuilder<DnsRuleGroupPriorityConflictViolation.Builder,DnsRuleGroupPriorityConflictViolation>
| Modifier and Type | Method and Description |
|---|---|
DnsRuleGroupPriorityConflictViolation.Builder |
conflictingPolicyId(String conflictingPolicyId)
The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC.
|
DnsRuleGroupPriorityConflictViolation.Builder |
conflictingPriority(Integer conflictingPriority)
The priority setting of the two conflicting rule groups.
|
DnsRuleGroupPriorityConflictViolation.Builder |
unavailablePriorities(Collection<Integer> unavailablePriorities)
The priorities of rule groups that are already associated with the VPC.
|
DnsRuleGroupPriorityConflictViolation.Builder |
unavailablePriorities(Integer... unavailablePriorities)
The priorities of rule groups that are already associated with the VPC.
|
DnsRuleGroupPriorityConflictViolation.Builder |
violationTarget(String violationTarget)
Information about the VPC ID.
|
DnsRuleGroupPriorityConflictViolation.Builder |
violationTargetDescription(String violationTargetDescription)
A description of the violation that specifies the VPC and the rule group that's already associated with it.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsRuleGroupPriorityConflictViolation.Builder violationTarget(String violationTarget)
Information about the VPC ID.
violationTarget - Information about the VPC ID.DnsRuleGroupPriorityConflictViolation.Builder violationTargetDescription(String violationTargetDescription)
A description of the violation that specifies the VPC and the rule group that's already associated with it.
violationTargetDescription - A description of the violation that specifies the VPC and the rule group that's already associated
with it.DnsRuleGroupPriorityConflictViolation.Builder conflictingPriority(Integer conflictingPriority)
The priority setting of the two conflicting rule groups.
conflictingPriority - The priority setting of the two conflicting rule groups.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.
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.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.
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.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.
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.Copyright © 2022. All rights reserved.