public static interface ListPermissionsRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionsRequest.Builder,ListPermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsRequest.Builder |
groupId(String groupId)
(Optional) Limits the results to only the group that matches this ID.
|
ListPermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListPermissionsRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListPermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPermissionsRequest.Builder |
userId(String userId)
(Optional) Limits the results to only the user that matches this ID.
|
ListPermissionsRequest.Builder |
userType(String userType)
(Optional) If you specify
SSO_USER, then only the permissions of IAM Identity Center users are
returned. |
ListPermissionsRequest.Builder |
userType(UserType userType)
(Optional) If you specify
SSO_USER, then only the permissions of IAM Identity Center users are
returned. |
ListPermissionsRequest.Builder |
workspaceId(String workspaceId)
The ID of the workspace to list permissions for.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPermissionsRequest.Builder groupId(String groupId)
(Optional) Limits the results to only the group that matches this ID.
groupId - (Optional) Limits the results to only the group that matches this ID.ListPermissionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.ListPermissionsRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListPermissions operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListPermissions operation.ListPermissionsRequest.Builder userId(String userId)
(Optional) Limits the results to only the user that matches this ID.
userId - (Optional) Limits the results to only the user that matches this ID.ListPermissionsRequest.Builder userType(String userType)
(Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are
returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are
returned.
userType - (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center
users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center
groups are returned.UserType,
UserTypeListPermissionsRequest.Builder userType(UserType userType)
(Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are
returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are
returned.
userType - (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center
users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center
groups are returned.UserType,
UserTypeListPermissionsRequest.Builder workspaceId(String workspaceId)
The ID of the workspace to list permissions for. This parameter is required.
workspaceId - The ID of the workspace to list permissions for. This parameter is required.ListPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.