Interface ListTableRestoreStatusResponse.Builder

    • Method Detail

      • nextToken

        ListTableRestoreStatusResponse.Builder nextToken​(String nextToken)

        If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will returns results on the next page.

        Parameters:
        nextToken - If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will returns results on the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableRestoreStatuses

        ListTableRestoreStatusResponse.Builder tableRestoreStatuses​(Collection<TableRestoreStatus> tableRestoreStatuses)

        The array of returned TableRestoreStatus objects.

        Parameters:
        tableRestoreStatuses - The array of returned TableRestoreStatus objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableRestoreStatuses

        ListTableRestoreStatusResponse.Builder tableRestoreStatuses​(TableRestoreStatus... tableRestoreStatuses)

        The array of returned TableRestoreStatus objects.

        Parameters:
        tableRestoreStatuses - The array of returned TableRestoreStatus objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.