Class SparkConfigurationResourceInner


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

      • SparkConfigurationResourceInner

        public SparkConfigurationResourceInner()
    • Method Detail

      • 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.