Class DatabricksComputeSecretsProperties


  • public class DatabricksComputeSecretsProperties
    extends Object
    Properties of Databricks Compute Secrets.
    • Constructor Detail

      • DatabricksComputeSecretsProperties

        public DatabricksComputeSecretsProperties()
    • Method Detail

      • databricksAccessToken

        public String databricksAccessToken()
        Get the databricksAccessToken property: access token for databricks account.
        Returns:
        the databricksAccessToken value.
      • withDatabricksAccessToken

        public DatabricksComputeSecretsProperties withDatabricksAccessToken​(String databricksAccessToken)
        Set the databricksAccessToken property: access token for databricks account.
        Parameters:
        databricksAccessToken - the databricksAccessToken value to set.
        Returns:
        the DatabricksComputeSecretsProperties object itself.
      • validate

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