Class SparkConfigurationResource


public final class SparkConfigurationResource extends SubResource
Spark Configuration resource type.
  • Constructor Details

    • SparkConfigurationResource

      public SparkConfigurationResource()
  • Method Details

    • getProperties

      public SparkConfiguration getProperties()
      Get the properties property: Information about a SparkConfiguration created at the workspace level.

      Properties of Spark Configuration.

      Returns:
      the properties value.
    • setProperties

      public SparkConfigurationResource setProperties(SparkConfiguration properties)
      Set the properties property: Information about a SparkConfiguration created at the workspace level.

      Properties of Spark Configuration.

      Parameters:
      properties - the properties value to set.
      Returns:
      the SparkConfigurationResource object itself.