Interface PreloadDataConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PreloadDataConfig.Builder,PreloadDataConfig>, SdkBuilder<PreloadDataConfig.Builder,PreloadDataConfig>, SdkPojo
Enclosing class:
PreloadDataConfig

public static interface PreloadDataConfig.Builder extends SdkPojo, CopyableBuilder<PreloadDataConfig.Builder,PreloadDataConfig>
  • Method Details

    • preloadDataType

      PreloadDataConfig.Builder preloadDataType(String preloadDataType)

      The type of preloaded data. Only Synthea preloaded data is supported.

      Parameters:
      preloadDataType - The type of preloaded data. Only Synthea preloaded data is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • preloadDataType

      PreloadDataConfig.Builder preloadDataType(PreloadDataType preloadDataType)

      The type of preloaded data. Only Synthea preloaded data is supported.

      Parameters:
      preloadDataType - The type of preloaded data. Only Synthea preloaded data is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: