Interface FieldDefinition.Builder

  • Method Details

    • name

      The identifier.

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

      Any supported Cassandra data type, including collections and other user-defined types that are contained in the same keyspace.

      For more information, see Cassandra data type support in the Amazon Keyspaces Developer Guide.

      Parameters:
      type - Any supported Cassandra data type, including collections and other user-defined types that are contained in the same keyspace.

      For more information, see Cassandra data type support in the Amazon Keyspaces Developer Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.