Interface GetNamespaceResponse.Builder

  • Method Details

    • 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

      GetNamespaceResponse.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.
    • createdAt

      GetNamespaceResponse.Builder createdAt(Instant createdAt)

      The date and time the namespace was created at.

      Parameters:
      createdAt - The date and time the namespace was created at.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      GetNamespaceResponse.Builder createdBy(String createdBy)

      The ID of the account that created the namespace.

      Parameters:
      createdBy - The ID of the account that created the namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAccountId

      GetNamespaceResponse.Builder ownerAccountId(String ownerAccountId)

      The ID of the account that owns the namespcace.

      Parameters:
      ownerAccountId - The ID of the account that owns the namespcace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespaceId

      GetNamespaceResponse.Builder namespaceId(String namespaceId)

      The unique identifier of the namespace.

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

      GetNamespaceResponse.Builder tableBucketId(String tableBucketId)

      The unique identifier of the table bucket containing this namespace.

      Parameters:
      tableBucketId - The unique identifier of the table bucket containing this namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.