Interface SpringApp.UpdateStages.WithServiceBinding
- All Known Subinterfaces:
SpringApp.Update
- Enclosing interface:
SpringApp.UpdateStages
public static interface SpringApp.UpdateStages.WithServiceBinding
The stage of a spring app update allowing to specify the service binding.
-
Method Summary
Modifier and TypeMethodDescriptionwithoutServiceBinding(String name) Removes a service binding for the spring app.withServiceBinding(String name, BindingResourceProperties bindingProperties) Specifies a service binding for the spring app.
-
Method Details
-
withServiceBinding
Specifies a service binding for the spring app.- Parameters:
name- the service binding namebindingProperties- the property for the service binding- Returns:
- the next stage of spring app update
-
withoutServiceBinding
Removes a service binding for the spring app.- Parameters:
name- the service binding name- Returns:
- the next stage of spring app update
-