public static interface DnsRuleGroupLimitExceededViolation.Builder extends SdkPojo, CopyableBuilder<DnsRuleGroupLimitExceededViolation.Builder,DnsRuleGroupLimitExceededViolation>
| Modifier and Type | Method and Description |
|---|---|
DnsRuleGroupLimitExceededViolation.Builder |
numberOfRuleGroupsAlreadyAssociated(Integer numberOfRuleGroupsAlreadyAssociated)
The number of rule groups currently associated with the VPC.
|
DnsRuleGroupLimitExceededViolation.Builder |
violationTarget(String violationTarget)
Information about the VPC ID.
|
DnsRuleGroupLimitExceededViolation.Builder |
violationTargetDescription(String violationTargetDescription)
A description of the violation that specifies the rule group and VPC.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDnsRuleGroupLimitExceededViolation.Builder violationTarget(String violationTarget)
Information about the VPC ID.
violationTarget - Information about the VPC ID.DnsRuleGroupLimitExceededViolation.Builder violationTargetDescription(String violationTargetDescription)
A description of the violation that specifies the rule group and VPC.
violationTargetDescription - A description of the violation that specifies the rule group and VPC.DnsRuleGroupLimitExceededViolation.Builder numberOfRuleGroupsAlreadyAssociated(Integer numberOfRuleGroupsAlreadyAssociated)
The number of rule groups currently associated with the VPC.
numberOfRuleGroupsAlreadyAssociated - The number of rule groups currently associated with the VPC.Copyright © 2023. All rights reserved.