public static interface ResourcePermission.Builder extends SdkPojo, CopyableBuilder<ResourcePermission.Builder,ResourcePermission>
| Modifier and Type | Method and Description |
|---|---|
ResourcePermission.Builder |
actions(Collection<String> actions)
The action to grant or revoke permissions on, for example
"quicksight:DescribeDashboard". |
ResourcePermission.Builder |
actions(String... actions)
The action to grant or revoke permissions on, for example
"quicksight:DescribeDashboard". |
ResourcePermission.Builder |
principal(String principal)
The Amazon Resource Name (ARN) of an Amazon QuickSight user or group, or an IAM ARN.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourcePermission.Builder principal(String principal)
The Amazon Resource Name (ARN) of an Amazon QuickSight user or group, or an IAM ARN. If you are using cross-account resource sharing, this is the IAM ARN of an account root. Otherwise, it is the ARN of a QuickSight user or group. .
principal - The Amazon Resource Name (ARN) of an Amazon QuickSight user or group, or an IAM ARN. If you are using
cross-account resource sharing, this is the IAM ARN of an account root. Otherwise, it is the ARN of a
QuickSight user or group. .ResourcePermission.Builder actions(Collection<String> actions)
The action to grant or revoke permissions on, for example "quicksight:DescribeDashboard".
actions - The action to grant or revoke permissions on, for example "quicksight:DescribeDashboard".ResourcePermission.Builder actions(String... actions)
The action to grant or revoke permissions on, for example "quicksight:DescribeDashboard".
actions - The action to grant or revoke permissions on, for example "quicksight:DescribeDashboard".Copyright © 2020. All rights reserved.