Class ValueSetConfig.Builder

java.lang.Object
org.projecthusky.valueset.config.ValueSetConfig.Builder
Enclosing class:
ValueSetConfig

@Generated("SparkTools") public static final class ValueSetConfig.Builder extends Object
Builder to build ValueSetConfig.
  • Method Details

    • build

      public ValueSetConfig build()
      Builds the.
      Returns:
      the value set config
    • withClassName

      public ValueSetConfig.Builder withClassName(String className)
      With class name.
      Parameters:
      className - the class name
      Returns:
      the builder
    • withProjectFolder

      public ValueSetConfig.Builder withProjectFolder(String projectFolder)
      With project folder.
      Parameters:
      projectFolder - the project folder
      Returns:
      the builder
    • withSourceFormatType

      public ValueSetConfig.Builder withSourceFormatType(SourceFormatType sourceFormatType)
      With source format type.
      Parameters:
      sourceFormatType - the source format type
      Returns:
      the builder
    • withSourceSystemType

      public ValueSetConfig.Builder withSourceSystemType(SourceSystemType sourceSystemType)
      With source system type.
      Parameters:
      sourceSystemType - the source system type
      Returns:
      the builder
    • withSourceUrl

      public ValueSetConfig.Builder withSourceUrl(String sourceUrl)
      With source url.
      Parameters:
      sourceUrl - the source url
      Returns:
      the builder