Interface GetComplianceSummaryByResourceTypeResponse.Builder

    • Method Detail

      • complianceSummariesByResourceType

        GetComplianceSummaryByResourceTypeResponse.Builder complianceSummariesByResourceType​(Collection<ComplianceSummaryByResourceType> complianceSummariesByResourceType)

        The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.

        Parameters:
        complianceSummariesByResourceType - The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceSummariesByResourceType

        GetComplianceSummaryByResourceTypeResponse.Builder complianceSummariesByResourceType​(ComplianceSummaryByResourceType... complianceSummariesByResourceType)

        The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.

        Parameters:
        complianceSummariesByResourceType - The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.