Class SqlDWUpsertSettings


  • public final class SqlDWUpsertSettings
    extends Object
    Sql DW upsert option settings.
    • Constructor Detail

      • SqlDWUpsertSettings

        public SqlDWUpsertSettings()
    • Method Detail

      • interimSchemaName

        public Object interimSchemaName()
        Get the interimSchemaName property: Schema name for interim table. Type: string (or Expression with resultType string).
        Returns:
        the interimSchemaName value.
      • withInterimSchemaName

        public SqlDWUpsertSettings withInterimSchemaName​(Object interimSchemaName)
        Set the interimSchemaName property: Schema name for interim table. Type: string (or Expression with resultType string).
        Parameters:
        interimSchemaName - the interimSchemaName value to set.
        Returns:
        the SqlDWUpsertSettings object itself.
      • keys

        public Object keys()
        Get the keys property: Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
        Returns:
        the keys value.
      • withKeys

        public SqlDWUpsertSettings withKeys​(Object keys)
        Set the keys property: Key column names for unique row identification. Type: array of strings (or Expression with resultType array of strings).
        Parameters:
        keys - the keys value to set.
        Returns:
        the SqlDWUpsertSettings object itself.
      • validate

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