Interface ListNamespacesRequest.Builder

    • Method Detail

      • 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

        ListNamespacesRequest.Builder prefix​(String 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.