| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
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(Role role)
The role to add or revoke for the user or the group specified in
users. |
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateInstruction.Builder> |
UpdateInstruction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateError.Builder |
UpdateError.Builder.causedBy(Consumer<UpdateInstruction.Builder> causedBy)
Specifies which permission update caused the error.
|
Copyright © 2023. All rights reserved.