Interface GetFindingsV2Response.Builder

  • Method Details

    • findings

      An array of security findings returned by the operation.

      Parameters:
      findings - An array of security findings returned by the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • findings

      GetFindingsV2Response.Builder findings(Document... findings)

      An array of security findings returned by the operation.

      Parameters:
      findings - An array of security findings returned by the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      GetFindingsV2Response.Builder nextToken(String nextToken)

      The pagination token to use to request the next page of results. Otherwise, this parameter is null.

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