Class ComputeInstanceApplication


  • public final class ComputeInstanceApplication
    extends Object
    Defines an Aml Instance application and its connectivity endpoint URI.
    • Constructor Detail

      • ComputeInstanceApplication

        public ComputeInstanceApplication()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: Name of the ComputeInstance application.
        Returns:
        the displayName value.
      • withDisplayName

        public ComputeInstanceApplication withDisplayName​(String displayName)
        Set the displayName property: Name of the ComputeInstance application.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the ComputeInstanceApplication object itself.
      • endpointUri

        public String endpointUri()
        Get the endpointUri property: Application' endpoint URI.
        Returns:
        the endpointUri value.
      • withEndpointUri

        public ComputeInstanceApplication withEndpointUri​(String endpointUri)
        Set the endpointUri property: Application' endpoint URI.
        Parameters:
        endpointUri - the endpointUri value to set.
        Returns:
        the ComputeInstanceApplication object itself.
      • validate

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