Class SparkConfiguration


  • public final class SparkConfiguration
    extends Object
    Information about a SparkConfiguration created at the workspace level. SparkConfiguration Artifact information.
    • Constructor Detail

      • SparkConfiguration

        public SparkConfiguration()
    • Method Detail

      • getDescription

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

        public SparkConfiguration setDescription​(String description)
        Set the description property: Description about the SparkConfiguration.
        Parameters:
        description - the description value to set.
        Returns:
        the SparkConfiguration object itself.
      • getConfigs

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

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

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

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

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

        public SparkConfiguration setNotes​(String notes)
        Set the notes property: additional Notes.
        Parameters:
        notes - the notes value to set.
        Returns:
        the SparkConfiguration object itself.
      • getCreatedBy

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

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

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

        public SparkConfiguration setCreated​(OffsetDateTime created)
        Set the created property: The timestamp of resource creation.
        Parameters:
        created - the created value to set.
        Returns:
        the SparkConfiguration object itself.
      • getConfigMergeRule

        public Map<String,​String> getConfigMergeRule()
        Get the configMergeRule property: SparkConfiguration configMergeRule.
        Returns:
        the configMergeRule value.
      • setConfigMergeRule

        public SparkConfiguration setConfigMergeRule​(Map<String,​String> configMergeRule)
        Set the configMergeRule property: SparkConfiguration configMergeRule.
        Parameters:
        configMergeRule - the configMergeRule value to set.
        Returns:
        the SparkConfiguration object itself.