Interface ColumnDefinition.Builder

  • Method Details

    • name

      The name of the column.

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

      The data type of the column. For a list of available data types, see Data types in the Amazon Keyspaces Developer Guide.

      Parameters:
      type - The data type of the column. For a list of available data types, see Data types in the Amazon Keyspaces Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.