UpdateInstruction.Builder |
UpdateInstruction.Builder.action(String action) |
Specifies whether this update is to add or revoke role permissions.
|
UpdateInstruction.Builder |
UpdateInstruction.Builder.action(UpdateAction action) |
Specifies whether this update is to add or revoke role permissions.
|
static UpdateInstruction.Builder |
UpdateInstruction.builder() |
|
UpdateInstruction.Builder |
UpdateInstruction.Builder.role(String role) |
The role to add or revoke for the user or the group specified in users.
|
UpdateInstruction.Builder |
UpdateInstruction.Builder.role(Role role) |
The role to add or revoke for the user or the group specified in users.
|
UpdateInstruction.Builder |
UpdateInstruction.toBuilder() |
|
UpdateInstruction.Builder |
UpdateInstruction.Builder.users(Collection<User> users) |
A structure that specifies the user or group to add or revoke the role for.
|
UpdateInstruction.Builder |
UpdateInstruction.Builder.users(Consumer<User.Builder>... users) |
A structure that specifies the user or group to add or revoke the role for.
|
UpdateInstruction.Builder |
UpdateInstruction.Builder.users(User... users) |
A structure that specifies the user or group to add or revoke the role for.
|