Interface CreateNamespaceResponse.Builder

    • Method Detail

      • tableBucketARN

        CreateNamespaceResponse.Builder tableBucketARN​(String tableBucketARN)

        The Amazon Resource Name (ARN) of the table bucket the namespace was created in.

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

        CreateNamespaceResponse.Builder namespace​(Collection<String> namespace)

        The name of the namespace.

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

        CreateNamespaceResponse.Builder namespace​(String... namespace)

        The name of the namespace.

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