public static interface Permission.Builder extends SdkPojo, CopyableBuilder<Permission.Builder,Permission>
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
operation(Operation operation)
The operations that can be performed with the given permissions.
|
Permission.Builder |
operation(String operation)
The operations that can be performed with the given permissions.
|
Permission.Builder |
service(Service service)
The services that the permissions allow an account to perform the given operations for.
|
Permission.Builder |
service(String service)
The services that the permissions allow an account to perform the given operations for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPermission.Builder operation(String operation)
The operations that can be performed with the given permissions.
Permission.Builder operation(Operation operation)
The operations that can be performed with the given permissions.
Permission.Builder service(String service)
The services that the permissions allow an account to perform the given operations for.
Permission.Builder service(Service service)
The services that the permissions allow an account to perform the given operations for.
Copyright © 2023. All rights reserved.