Interface ListTablesRequest.Builder

    • Method Detail

      • tableBucketARN

        ListTablesRequest.Builder tableBucketARN​(String tableBucketARN)

        The Amazon resource Name (ARN) of the table bucket.

        Parameters:
        tableBucketARN - The Amazon resource Name (ARN) of the table bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespace

        ListTablesRequest.Builder namespace​(String namespace)

        The namespace of the tables.

        Parameters:
        namespace - The namespace of the tables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        ListTablesRequest.Builder prefix​(String prefix)

        The prefix of the tables.

        Parameters:
        prefix - The prefix of the tables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • continuationToken

        ListTablesRequest.Builder continuationToken​(String continuationToken)

        ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key. You can use this ContinuationToken for pagination of the list results.

        Parameters:
        continuationToken - ContinuationToken indicates to Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key. You can use this ContinuationToken for pagination of the list results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxTables

        ListTablesRequest.Builder maxTables​(Integer maxTables)

        The maximum number of tables to return.

        Parameters:
        maxTables - The maximum number of tables to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.