Class CassandraTableDatasetTypeProperties


  • public final class CassandraTableDatasetTypeProperties
    extends Object
    Cassandra dataset properties.
    • Constructor Detail

      • CassandraTableDatasetTypeProperties

        public CassandraTableDatasetTypeProperties()
    • Method Detail

      • tableName

        public Object tableName()
        Get the tableName property: The table name of the Cassandra database. Type: string (or Expression with resultType string).
        Returns:
        the tableName value.
      • withTableName

        public CassandraTableDatasetTypeProperties withTableName​(Object tableName)
        Set the tableName property: The table name of the Cassandra database. Type: string (or Expression with resultType string).
        Parameters:
        tableName - the tableName value to set.
        Returns:
        the CassandraTableDatasetTypeProperties object itself.
      • keyspace

        public Object keyspace()
        Get the keyspace property: The keyspace of the Cassandra database. Type: string (or Expression with resultType string).
        Returns:
        the keyspace value.
      • withKeyspace

        public CassandraTableDatasetTypeProperties withKeyspace​(Object keyspace)
        Set the keyspace property: The keyspace of the Cassandra database. Type: string (or Expression with resultType string).
        Parameters:
        keyspace - the keyspace value to set.
        Returns:
        the CassandraTableDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.