Interface GetFindingsResponse.Builder

    • Method Detail

      • findings

        GetFindingsResponse.Builder findings​(Collection<AwsSecurityFinding> findings)

        The findings that matched the filters specified in the request.

        Parameters:
        findings - The findings that matched the filters specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findings

        GetFindingsResponse.Builder findings​(AwsSecurityFinding... findings)

        The findings that matched the filters specified in the request.

        Parameters:
        findings - The findings that matched the filters specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetFindingsResponse.Builder nextToken​(String nextToken)

        The pagination token to use to request the next page of results.

        Parameters:
        nextToken - The pagination token to use to request the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.