Class FhirServiceExportConfiguration


  • public final class FhirServiceExportConfiguration
    extends Object
    Export operation configuration information.
    • Constructor Detail

      • FhirServiceExportConfiguration

        public FhirServiceExportConfiguration()
    • Method Detail

      • storageAccountName

        public String storageAccountName()
        Get the storageAccountName property: The name of the default export storage account.
        Returns:
        the storageAccountName value.
      • withStorageAccountName

        public FhirServiceExportConfiguration withStorageAccountName​(String storageAccountName)
        Set the storageAccountName property: The name of the default export storage account.
        Parameters:
        storageAccountName - the storageAccountName value to set.
        Returns:
        the FhirServiceExportConfiguration object itself.
      • validate

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