Interface AddPermissionsCommandStep1.AddPermissionsCommandStep3
- All Known Subinterfaces:
AddPermissionsCommandStep1.AddPermissionsCommandStep4
- All Known Implementing Classes:
AddPermissionsCommandImpl
- Enclosing interface:
AddPermissionsCommandStep1
public static interface AddPermissionsCommandStep1.AddPermissionsCommandStep3
-
Method Summary
Modifier and TypeMethodDescriptionresourceId(String resourceId) Adds a resourceId to the add permissions request.resourceIds(List<String> resourceIds) Adds all resourceIds in the list to the add permissions request.
-
Method Details
-
resourceIds
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
Adds a resourceId to the add permissions request.- Parameters:
resourceId- the resource id- Returns:
- the builder for this command
-