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 Details

    • 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:
    • 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:
    • 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.