Interface ListAuditFindingsResponse.Builder

    • Method Detail

      • findings

        ListAuditFindingsResponse.Builder findings​(Collection<AuditFinding> findings)

        The findings (results) of the audit.

        Parameters:
        findings - The findings (results) of the audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • findings

        ListAuditFindingsResponse.Builder findings​(AuditFinding... findings)

        The findings (results) of the audit.

        Parameters:
        findings - The findings (results) of the audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAuditFindingsResponse.Builder nextToken​(String nextToken)

        A token that can be used to retrieve the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.