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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.grafana.model.GrafanaRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, 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.
 
- 
maxResultsThe 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.
 
- 
nextTokenThe token to use when requesting the next set of results. You received this token from a previous ListPermissionsoperation.- Parameters:
- nextToken- The token to use when requesting the next set of results. You received this token from a previous- ListPermissionsoperation.
- 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 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.
- 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 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
workspaceIdThe 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.
 
- 
overrideConfigurationListPermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-