Interface AggregateConformancePackCompliance.Builder

    • Method Detail

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