Interface ListFindingsResponse.Builder

    • Method Detail

      • findingIds

        ListFindingsResponse.Builder findingIds​(Collection<String> findingIds)

        The IDs of the findings that you're listing.

        Parameters:
        findingIds - The IDs of the findings that you're listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findingIds

        ListFindingsResponse.Builder findingIds​(String... findingIds)

        The IDs of the findings that you're listing.

        Parameters:
        findingIds - The IDs of the findings that you're listing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFindingsResponse.Builder nextToken​(String nextToken)

        The pagination parameter to be used on the next list operation to retrieve more items.

        Parameters:
        nextToken - The pagination parameter to be used on the next list operation to retrieve more items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.