Interface ListComplianceSummariesResponse.Builder

    • Method Detail

      • complianceSummaryItems

        ListComplianceSummariesResponse.Builder complianceSummaryItems​(Collection<ComplianceSummaryItem> complianceSummaryItems)

        A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.

        Parameters:
        complianceSummaryItems - A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceSummaryItems

        ListComplianceSummariesResponse.Builder complianceSummaryItems​(ComplianceSummaryItem... complianceSummaryItems)

        A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.

        Parameters:
        complianceSummaryItems - A list of compliant and non-compliant summary counts based on compliance types. For example, this call returns State Manager associations, patches, or custom compliance types according to the filter criteria that you specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComplianceSummariesResponse.Builder nextToken​(String nextToken)

        The token for the next set of items to return. Use this token to get the next set of results.

        Parameters:
        nextToken - The token for the next set of items to return. Use this token to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.