Interface SpringApp.DefinitionStages.WithEndpoint

    • Method Detail

      • withDefaultPublicEndpoint

        SpringApp.DefinitionStages.WithCreate withDefaultPublicEndpoint()
        Enables the default public endpoint for the spring app.
        Returns:
        the next stage of spring app definition
      • withCustomDomain

        SpringApp.DefinitionStages.WithCreate withCustomDomain​(String domain)
        Specifies the custom domain for the spring app.
        Parameters:
        domain - the domain name
        Returns:
        the next stage of spring app definition
      • withCustomDomain

        SpringApp.DefinitionStages.WithCreate withCustomDomain​(String domain,
                                                               String certThumbprint)
        Specifies the custom domain for the spring app.
        Parameters:
        domain - the domain name
        certThumbprint - the thumbprint of certificate for https
        Returns:
        the next stage of spring app update