Interface ListTableBucketsRequest.Builder

  • Method Details

    • prefix

      The prefix of the table buckets.

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

      ListTableBucketsRequest.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.
    • maxBuckets

      ListTableBucketsRequest.Builder maxBuckets(Integer maxBuckets)

      The maximum number of table buckets to return in the list.

      Parameters:
      maxBuckets - The maximum number of table buckets to return in the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListTableBucketsRequest.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.