Interface DnsRuleGroupPriorityConflictViolation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DnsRuleGroupPriorityConflictViolation.Builder,
,DnsRuleGroupPriorityConflictViolation> SdkBuilder<DnsRuleGroupPriorityConflictViolation.Builder,
,DnsRuleGroupPriorityConflictViolation> SdkPojo
- Enclosing class:
DnsRuleGroupPriorityConflictViolation
@Mutable
@NotThreadSafe
public static interface DnsRuleGroupPriorityConflictViolation.Builder
extends SdkPojo, CopyableBuilder<DnsRuleGroupPriorityConflictViolation.Builder,DnsRuleGroupPriorityConflictViolation>
-
Method Summary
Modifier and TypeMethodDescriptionconflictingPolicyId
(String conflictingPolicyId) The ID of the Firewall Manager DNS Firewall policy that was already applied to the VPC.conflictingPriority
(Integer conflictingPriority) The priority setting of the two conflicting rule groups.unavailablePriorities
(Integer... unavailablePriorities) The priorities of rule groups that are already associated with the VPC.unavailablePriorities
(Collection<Integer> unavailablePriorities) The priorities of rule groups that are already associated with the VPC.violationTarget
(String violationTarget) Information about the VPC ID.violationTargetDescription
(String violationTargetDescription) A description of the violation that specifies the VPC and the rule group that's already associated with it.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-