Interface AggregateConformancePackCompliance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregateConformancePackCompliance.Builder,AggregateConformancePackCompliance>,SdkBuilder<AggregateConformancePackCompliance.Builder,AggregateConformancePackCompliance>,SdkPojo
- Enclosing class:
- AggregateConformancePackCompliance
public static interface AggregateConformancePackCompliance.Builder extends SdkPojo, CopyableBuilder<AggregateConformancePackCompliance.Builder,AggregateConformancePackCompliance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregateConformancePackCompliance.BuildercomplianceType(String complianceType)The compliance status of the conformance pack.AggregateConformancePackCompliance.BuildercomplianceType(ConformancePackComplianceType complianceType)The compliance status of the conformance pack.AggregateConformancePackCompliance.BuildercompliantRuleCount(Integer compliantRuleCount)The number of compliant Config Rules.AggregateConformancePackCompliance.BuildernonCompliantRuleCount(Integer nonCompliantRuleCount)The number of noncompliant Config Rules.AggregateConformancePackCompliance.BuildertotalRuleCount(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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
complianceType
AggregateConformancePackCompliance.Builder complianceType(String 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:
ConformancePackComplianceType,ConformancePackComplianceType
-
complianceType
AggregateConformancePackCompliance.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:
ConformancePackComplianceType,ConformancePackComplianceType
-
compliantRuleCount
AggregateConformancePackCompliance.Builder compliantRuleCount(Integer compliantRuleCount)
The 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.
-
nonCompliantRuleCount
AggregateConformancePackCompliance.Builder nonCompliantRuleCount(Integer nonCompliantRuleCount)
The 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.
-
totalRuleCount
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.
- 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.
-
-