Interface SharedPrivateLinkResource.UpdateStages.WithGroupId
-
- All Known Subinterfaces:
SharedPrivateLinkResource.Update
- Enclosing interface:
- SharedPrivateLinkResource.UpdateStages
public static interface SharedPrivateLinkResource.UpdateStages.WithGroupId
The stage of the SharedPrivateLinkResource update allowing to specify groupId.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SharedPrivateLinkResource.Update
withGroupId(String groupId)
Specifies the groupId property: The group id from the provider of resource the shared private link resource is for.
-
-
-
Method Detail
-
withGroupId
SharedPrivateLinkResource.Update withGroupId(String groupId)
Specifies the groupId property: The group id from the provider of resource the shared private link resource is for.- Parameters:
groupId
- The group id from the provider of resource the shared private link resource is for.- Returns:
- the next definition stage.
-
-