Interface ListTablesRequest.Builder

  • Method Details

    • 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

      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.
    • overrideConfiguration

      ListTablesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.