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