Interface AddPermissionsCommandStep1.AddPermissionsCommandStep3
- All Known Subinterfaces:
AddPermissionsCommandStep1.AddPermissionsCommandStep4
- Enclosing interface:
AddPermissionsCommandStep1
public static interface AddPermissionsCommandStep1.AddPermissionsCommandStep3
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionresourceId(String resourceId) Deprecated.Adds a resourceId to the add permissions request.resourceIds(List<String> resourceIds) Deprecated.Adds all resourceIds in the list to the add permissions request.
-
Method Details
-
resourceIds
Deprecated.Adds all resourceIds in the list to the add permissions request.- Parameters:
resourceIds- the list of resource ids- Returns:
- the builder for this command
-
resourceId
Deprecated.Adds a resourceId to the add permissions request.- Parameters:
resourceId- the resource id- Returns:
- the builder for this command
-
invalid reference