Class SsisFolder

java.lang.Object
com.azure.resourcemanager.synapse.models.SsisObjectMetadata
com.azure.resourcemanager.synapse.models.SsisFolder

public final class SsisFolder extends SsisObjectMetadata
Ssis folder.
  • Constructor Details

    • SsisFolder

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

    • withId

      public SsisFolder withId(Long id)
      Set the id property: Metadata id.
      Overrides:
      withId in class SsisObjectMetadata
      Parameters:
      id - the id value to set.
      Returns:
      the SsisObjectMetadata object itself.
    • withName

      public SsisFolder withName(String name)
      Set the name property: Metadata name.
      Overrides:
      withName in class SsisObjectMetadata
      Parameters:
      name - the name value to set.
      Returns:
      the SsisObjectMetadata object itself.
    • withDescription

      public SsisFolder withDescription(String description)
      Set the description property: Metadata description.
      Overrides:
      withDescription in class SsisObjectMetadata
      Parameters:
      description - the description value to set.
      Returns:
      the SsisObjectMetadata object itself.
    • validate

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