Interface AggregateConformancePackCompliance.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AggregateConformancePackCompliance.Builder,,- AggregateConformancePackCompliance> - SdkBuilder<AggregateConformancePackCompliance.Builder,,- AggregateConformancePackCompliance> - SdkPojo
- Enclosing class:
- AggregateConformancePackCompliance
@Mutable
@NotThreadSafe
public static interface AggregateConformancePackCompliance.Builder
extends SdkPojo, CopyableBuilder<AggregateConformancePackCompliance.Builder,AggregateConformancePackCompliance> 
- 
Method SummaryModifier and TypeMethodDescriptioncomplianceType(String complianceType) The compliance status of the conformance pack.complianceType(ConformancePackComplianceType complianceType) The compliance status of the conformance pack.compliantRuleCount(Integer compliantRuleCount) The number of compliant Config Rules.nonCompliantRuleCount(Integer nonCompliantRuleCount) The number of noncompliant Config Rules.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
complianceTypeThe compliance status of the conformance pack. - Parameters:
- complianceType- The compliance status of the conformance pack.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
complianceTypeAggregateConformancePackCompliance.Builder complianceType(ConformancePackComplianceType complianceType) The compliance status of the conformance pack. - Parameters:
- complianceType- The compliance status of the conformance pack.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
compliantRuleCountThe number of compliant Config Rules. - Parameters:
- compliantRuleCount- The number of compliant Config Rules.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nonCompliantRuleCountThe number of noncompliant Config Rules. - Parameters:
- nonCompliantRuleCount- The number of noncompliant Config Rules.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalRuleCountTotal number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-