Interface ListScansResponse.Builder

    • Method Detail

      • nextToken

        ListScansResponse.Builder nextToken​(String nextToken)

        A pagination token. You can use this in future calls to ListScans to continue listing results after the current page.

        Parameters:
        nextToken - A pagination token. You can use this in future calls to ListScans to continue listing results after the current page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaries

        ListScansResponse.Builder summaries​(Collection<ScanSummary> summaries)

        A list of ScanSummary objects with information about all scans in an account.

        Parameters:
        summaries - A list of ScanSummary objects with information about all scans in an account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • summaries

        ListScansResponse.Builder summaries​(ScanSummary... summaries)

        A list of ScanSummary objects with information about all scans in an account.

        Parameters:
        summaries - A list of ScanSummary objects with information about all scans in an account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.