Interface ListComplianceItemsResponse.Builder

    • Method Detail

      • complianceItems

        ListComplianceItemsResponse.Builder complianceItems​(Collection<ComplianceItem> complianceItems)

        A list of compliance information for the specified resource ID.

        Parameters:
        complianceItems - A list of compliance information for the specified resource ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • complianceItems

        ListComplianceItemsResponse.Builder complianceItems​(ComplianceItem... complianceItems)

        A list of compliance information for the specified resource ID.

        Parameters:
        complianceItems - A list of compliance information for the specified resource ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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