Class ListTablesSpec


  • public class ListTablesSpec
    extends Object
    Full parameter specification for the ListTables API.
    • Constructor Detail

      • ListTablesSpec

        public ListTablesSpec()
    • Method Detail

      • getExclusiveStartTableName

        public String getExclusiveStartTableName()
      • withExclusiveStartTableName

        public ListTablesSpec withExclusiveStartTableName​(String exclusiveStartTableName)
      • withMaxResultSize

        public ListTablesSpec withMaxResultSize​(int maxResultSize)
      • withMaxPageSize

        public ListTablesSpec withMaxPageSize​(int maxPageSize)
      • getMaxResultSize

        public Integer getMaxResultSize()
        The maximum number of resources to be retrieved in this query, including all the resources in all pages to be retrieved.
      • setMaxResultSize

        public void setMaxResultSize​(Integer maxResultSize)
      • setMaxResultSize

        public void setMaxResultSize​(int maxResultSize)
      • getMaxPageSize

        public Integer getMaxPageSize()
        The maximum number of resources to be retrieved in a single page; used for pagination purposes.
      • setMaxPageSize

        public void setMaxPageSize​(Integer value)
      • getRequest

        public T getRequest()
        Internal method. Not meant to be called directly. May change without notice.
      • setProgressListener

        public void setProgressListener​(ProgressListener progressListener)
      • setRequestMetricCollector

        public void setRequestMetricCollector​(RequestMetricCollector requestMetricCollector)