Class LibraryRequirements

java.lang.Object
com.azure.resourcemanager.synapse.models.LibraryRequirements

public final class LibraryRequirements extends Object
Spark pool library version requirements

Library requirements for a Big Data pool powered by Apache Spark.

  • Constructor Details

    • LibraryRequirements

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

    • time

      public OffsetDateTime time()
      Get the time property: The last update time of the library requirements file.
      Returns:
      the time value.
    • content

      public String content()
      Get the content property: The library requirements.
      Returns:
      the content value.
    • withContent

      public LibraryRequirements withContent(String content)
      Set the content property: The library requirements.
      Parameters:
      content - the content value to set.
      Returns:
      the LibraryRequirements object itself.
    • filename

      public String filename()
      Get the filename property: The filename of the library requirements file.
      Returns:
      the filename value.
    • withFilename

      public LibraryRequirements withFilename(String filename)
      Set the filename property: The filename of the library requirements file.
      Parameters:
      filename - the filename value to set.
      Returns:
      the LibraryRequirements object itself.
    • validate

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