Class SparkConfigurationResourceInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.models.AzureEntityResource
com.azure.resourcemanager.synapse.models.EntityResource
com.azure.resourcemanager.synapse.fluent.models.SparkConfigurationResourceInner

public final class SparkConfigurationResourceInner extends EntityResource
SparkConfiguration response details.
  • Constructor Details

    • SparkConfigurationResourceInner

      public SparkConfigurationResourceInner()
      Creates an instance of SparkConfigurationResourceInner class.
  • Method Details

    • description

      public String description()
      Get the description property: Description about the SparkConfiguration.
      Returns:
      the description value.
    • withDescription

      public SparkConfigurationResourceInner withDescription(String description)
      Set the description property: Description about the SparkConfiguration.
      Parameters:
      description - the description value to set.
      Returns:
      the SparkConfigurationResourceInner object itself.
    • configs

      public Map<String,String> configs()
      Get the configs property: SparkConfiguration configs.
      Returns:
      the configs value.
    • withConfigs

      public SparkConfigurationResourceInner withConfigs(Map<String,String> configs)
      Set the configs property: SparkConfiguration configs.
      Parameters:
      configs - the configs value to set.
      Returns:
      the SparkConfigurationResourceInner object itself.
    • annotations

      public List<String> annotations()
      Get the annotations property: Annotations for SparkConfiguration.
      Returns:
      the annotations value.
    • withAnnotations

      public SparkConfigurationResourceInner withAnnotations(List<String> annotations)
      Set the annotations property: Annotations for SparkConfiguration.
      Parameters:
      annotations - the annotations value to set.
      Returns:
      the SparkConfigurationResourceInner object itself.
    • notes

      public String notes()
      Get the notes property: additional Notes.
      Returns:
      the notes value.
    • withNotes

      public SparkConfigurationResourceInner withNotes(String notes)
      Set the notes property: additional Notes.
      Parameters:
      notes - the notes value to set.
      Returns:
      the SparkConfigurationResourceInner object itself.
    • createdBy

      public String createdBy()
      Get the createdBy property: The identity that created the resource.
      Returns:
      the createdBy value.
    • withCreatedBy

      public SparkConfigurationResourceInner withCreatedBy(String createdBy)
      Set the createdBy property: The identity that created the resource.
      Parameters:
      createdBy - the createdBy value to set.
      Returns:
      the SparkConfigurationResourceInner object itself.
    • created

      public OffsetDateTime created()
      Get the created property: The timestamp of resource creation.
      Returns:
      the created value.
    • withCreated

      public SparkConfigurationResourceInner withCreated(OffsetDateTime created)
      Set the created property: The timestamp of resource creation.
      Parameters:
      created - the created value to set.
      Returns:
      the SparkConfigurationResourceInner object itself.
    • configMergeRule

      public Map<String,String> configMergeRule()
      Get the configMergeRule property: SparkConfiguration merge configs.
      Returns:
      the configMergeRule value.
    • withConfigMergeRule

      public SparkConfigurationResourceInner withConfigMergeRule(Map<String,String> configMergeRule)
      Set the configMergeRule property: SparkConfiguration merge configs.
      Parameters:
      configMergeRule - the configMergeRule value to set.
      Returns:
      the SparkConfigurationResourceInner object itself.
    • validate

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