public static interface AggregateConformancePackCompliance.Builder extends SdkPojo, CopyableBuilder<AggregateConformancePackCompliance.Builder,AggregateConformancePackCompliance>
| Modifier and Type | Method and Description |
|---|---|
AggregateConformancePackCompliance.Builder |
complianceType(ConformancePackComplianceType complianceType)
The compliance status of the conformance pack.
|
AggregateConformancePackCompliance.Builder |
complianceType(String complianceType)
The compliance status of the conformance pack.
|
AggregateConformancePackCompliance.Builder |
compliantRuleCount(Integer compliantRuleCount)
The number of compliant Config Rules.
|
AggregateConformancePackCompliance.Builder |
nonCompliantRuleCount(Integer nonCompliantRuleCount)
The number of noncompliant Config Rules.
|
AggregateConformancePackCompliance.Builder |
totalRuleCount(Integer totalRuleCount)
Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources
to evaluate upon resulting in insufficient data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAggregateConformancePackCompliance.Builder complianceType(String complianceType)
The compliance status of the conformance pack.
complianceType - The compliance status of the conformance pack.ConformancePackComplianceType,
ConformancePackComplianceTypeAggregateConformancePackCompliance.Builder complianceType(ConformancePackComplianceType complianceType)
The compliance status of the conformance pack.
complianceType - The compliance status of the conformance pack.ConformancePackComplianceType,
ConformancePackComplianceTypeAggregateConformancePackCompliance.Builder compliantRuleCount(Integer compliantRuleCount)
The number of compliant Config Rules.
compliantRuleCount - The number of compliant Config Rules.AggregateConformancePackCompliance.Builder nonCompliantRuleCount(Integer nonCompliantRuleCount)
The number of noncompliant Config Rules.
nonCompliantRuleCount - The number of noncompliant Config Rules.AggregateConformancePackCompliance.Builder totalRuleCount(Integer totalRuleCount)
Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.
totalRuleCount - Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable
resources to evaluate upon resulting in insufficient data.Copyright © 2023. All rights reserved.