Interface ListNamespacesRequest.Builder

  • Method Details

    • tableBucketARN

      ListNamespacesRequest.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.
    • prefix

      The prefix of the namespaces.

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

      ListNamespacesRequest.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.
    • maxNamespaces

      ListNamespacesRequest.Builder maxNamespaces(Integer maxNamespaces)

      The maximum number of namespaces to return in the list.

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

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