Interface AggregateConformancePackComplianceCount.Builder

    • Method Detail

      • compliantConformancePackCount

        AggregateConformancePackComplianceCount.Builder compliantConformancePackCount​(Integer compliantConformancePackCount)

        Number of compliant conformance packs.

        Parameters:
        compliantConformancePackCount - Number of compliant conformance packs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nonCompliantConformancePackCount

        AggregateConformancePackComplianceCount.Builder nonCompliantConformancePackCount​(Integer nonCompliantConformancePackCount)

        Number of noncompliant conformance packs.

        Parameters:
        nonCompliantConformancePackCount - Number of noncompliant conformance packs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.