Interface SystemTopic.UpdateStages.WithIdentity
-
- All Known Subinterfaces:
SystemTopic.Update
- Enclosing interface:
- SystemTopic.UpdateStages
public static interface SystemTopic.UpdateStages.WithIdentityThe stage of the SystemTopic update allowing to specify identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemTopic.UpdatewithIdentity(IdentityInfo identity)Specifies the identity property: Resource identity information..
-
-
-
Method Detail
-
withIdentity
SystemTopic.Update withIdentity(IdentityInfo identity)
Specifies the identity property: Resource identity information..- Parameters:
identity- Resource identity information.- Returns:
- the next definition stage.
-
-