Interface AggregateConformancePackComplianceCount.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>, SdkBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>, SdkPojo
Enclosing class:
AggregateConformancePackComplianceCount

public static interface AggregateConformancePackComplianceCount.Builder extends SdkPojo, CopyableBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>
  • Method Details

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