Interface ListTableStorageOptimizersResponse.Builder

    • Method Detail

      • storageOptimizerList

        ListTableStorageOptimizersResponse.Builder storageOptimizerList​(Collection<StorageOptimizer> storageOptimizerList)

        A list of the storage optimizers associated with a table.

        Parameters:
        storageOptimizerList - A list of the storage optimizers associated with a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageOptimizerList

        ListTableStorageOptimizersResponse.Builder storageOptimizerList​(StorageOptimizer... storageOptimizerList)

        A list of the storage optimizers associated with a table.

        Parameters:
        storageOptimizerList - A list of the storage optimizers associated with a table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTableStorageOptimizersResponse.Builder nextToken​(String nextToken)

        A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

        Parameters:
        nextToken - A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.
        Returns:
        Returns a reference to this object so that method calls can be chained together.