Class FhirServiceAcrConfiguration


  • public final class FhirServiceAcrConfiguration
    extends Object
    Azure container registry configuration information.
    • Constructor Detail

      • FhirServiceAcrConfiguration

        public FhirServiceAcrConfiguration()
    • Method Detail

      • loginServers

        public List<String> loginServers()
        Get the loginServers property: The list of the Azure container registry login servers.
        Returns:
        the loginServers value.
      • withLoginServers

        public FhirServiceAcrConfiguration withLoginServers​(List<String> loginServers)
        Set the loginServers property: The list of the Azure container registry login servers.
        Parameters:
        loginServers - the loginServers value to set.
        Returns:
        the FhirServiceAcrConfiguration object itself.
      • ociArtifacts

        public List<ServiceOciArtifactEntry> ociArtifacts()
        Get the ociArtifacts property: The list of Open Container Initiative (OCI) artifacts.
        Returns:
        the ociArtifacts value.
      • withOciArtifacts

        public FhirServiceAcrConfiguration withOciArtifacts​(List<ServiceOciArtifactEntry> ociArtifacts)
        Set the ociArtifacts property: The list of Open Container Initiative (OCI) artifacts.
        Parameters:
        ociArtifacts - the ociArtifacts value to set.
        Returns:
        the FhirServiceAcrConfiguration object itself.
      • validate

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