Interface ApplicationResource.UpdateStages.WithParameters

All Known Subinterfaces:
ApplicationResource.Update
Enclosing interface:
ApplicationResource.UpdateStages

public static interface ApplicationResource.UpdateStages.WithParameters
The stage of the ApplicationResource update allowing to specify parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the parameters property: List of application parameters with overridden values from their default values specified in the application manifest..
  • Method Details

    • withParameters

      ApplicationResource.Update withParameters(Map<String,String> parameters)
      Specifies the parameters property: List of application parameters with overridden values from their default values specified in the application manifest..
      Parameters:
      parameters - List of application parameters with overridden values from their default values specified in the application manifest.
      Returns:
      the next definition stage.