Interface FieldDefinition.Builder

    • Method Detail

      • name

        FieldDefinition.Builder name​(String name)

        The identifier.

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

        FieldDefinition.Builder type​(String 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.