Interface ListPermissionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListPermissionsRequest.Builder,
,ListPermissionsRequest> GrafanaRequest.Builder
,SdkBuilder<ListPermissionsRequest.Builder,
,ListPermissionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListPermissionsRequest
-
Method Summary
Modifier and TypeMethodDescription(Optional) Limits the results to only the group that matches this ID.maxResults
(Integer maxResults) The maximum number of results to include in the response.The token to use when requesting the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.(Optional) Limits the results to only the user that matches this ID.(Optional) If you specifySSO_USER
, then only the permissions of IAM Identity Center users are returned.(Optional) If you specifySSO_USER
, then only the permissions of IAM Identity Center users are returned.workspaceId
(String workspaceId) The ID of the workspace to list permissions for.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
groupId
(Optional) Limits the results to only the group that matches this ID.
- Parameters:
groupId
- (Optional) Limits the results to only the group that matches this ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to include in the response.
- Parameters:
maxResults
- The maximum number of results to include in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token to use when requesting the next set of results. You received this token from a previous
ListPermissions
operation.- Parameters:
nextToken
- The token to use when requesting the next set of results. You received this token from a previousListPermissions
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
(Optional) Limits the results to only the user that matches this ID.
- Parameters:
userId
- (Optional) Limits the results to only the user that matches this ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userType
(Optional) If you specify
SSO_USER
, then only the permissions of IAM Identity Center users are returned. If you specifySSO_GROUP
, only the permissions of IAM Identity Center groups are returned.- Parameters:
userType
- (Optional) If you specifySSO_USER
, then only the permissions of IAM Identity Center users are returned. If you specifySSO_GROUP
, only the permissions of IAM Identity Center groups are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userType
(Optional) If you specify
SSO_USER
, then only the permissions of IAM Identity Center users are returned. If you specifySSO_GROUP
, only the permissions of IAM Identity Center groups are returned.- Parameters:
userType
- (Optional) If you specifySSO_USER
, then only the permissions of IAM Identity Center users are returned. If you specifySSO_GROUP
, only the permissions of IAM Identity Center groups are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
workspaceId
The ID of the workspace to list permissions for. This parameter is required.
- Parameters:
workspaceId
- The ID of the workspace to list permissions for. This parameter is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-