Package com.snowflake.connectors.application.configuration.warehouse
Backend implementations for the warehouse update process.
-
Interface Summary Interface Description UpdateWarehouseCallback Callback called during theUpdateWarehouseHandler
execution, may be used to provide custom warehouse update logic.UpdateWarehouseInputValidator A validator for the input ofUpdateWarehouseHandler
, may be used to provide custom warehouse validation.UpdateWarehouseSdkCallback Callback called during theUpdateWarehouseHandler
execution, used to provide additional logic for sdk-controlled components. -
Class Summary Class Description InternalUpdateWarehouseCallback Default implementation ofUpdateWarehouseCallback
.UpdateWarehouseHandler Handler for the warehouse update process.UpdateWarehouseHandlerBuilder Builder for theUpdateWarehouseHandler
. -
Exception Summary Exception Description InaccessibleWarehouseException Exception thrown when the specified warehouse is inaccessible to the application.WarehouseAlreadyUsedException Exception thrown when the specified warehouse is already used by the connector.