Interface GenericResource.UpdateStages.WithProperties
- All Known Subinterfaces:
GenericResource.Update
- Enclosing interface:
- GenericResource.UpdateStages
public static interface GenericResource.UpdateStages.WithProperties
A generic resource update allowing to change the resource properties.
-
Method Summary
Modifier and TypeMethodDescriptionwithProperties
(Object properties) Specifies other properties of the resource.
-
Method Details
-
withProperties
Specifies other properties of the resource.- Parameters:
properties
- the properties object- Returns:
- the next stage of generic resource update
-