Interface GetTableResponse.Builder

    • Method Detail

      • description

        GetTableResponse.Builder description​(String description)

        The table description.

        Parameters:
        description - The table description.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schema

        GetTableResponse.Builder schema​(Collection<Column> schema)

        The schema of the table.

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

        GetTableResponse.Builder schema​(Column... schema)

        The schema of the table.

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

        GetTableResponse.Builder tableName​(String tableName)

        The name of the table.

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

        GetTableResponse.Builder tableProperties​(Map<String,​String> tableProperties)

        TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.

        Parameters:
        tableProperties - TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.