Class SparkJobDefinitionFolder

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SparkJobDefinitionFolder

public final class SparkJobDefinitionFolder extends Object
The folder that this Spark job definition is in. If not specified, this Spark job definition will appear at the root level.
  • Constructor Details

    • SparkJobDefinitionFolder

      public SparkJobDefinitionFolder()
  • Method Details

    • getName

      public String getName()
      Get the name property: The name of the folder that this Spark job definition is in.
      Returns:
      the name value.
    • setName

      public SparkJobDefinitionFolder setName(String name)
      Set the name property: The name of the folder that this Spark job definition is in.
      Parameters:
      name - the name value to set.
      Returns:
      the SparkJobDefinitionFolder object itself.