Interface ListPermissionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPermissionsRequest.Builder,ListPermissionsRequest>,GrafanaRequest.Builder,SdkBuilder<ListPermissionsRequest.Builder,ListPermissionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListPermissionsRequest
public static interface ListPermissionsRequest.Builder extends GrafanaRequest.Builder, SdkPojo, CopyableBuilder<ListPermissionsRequest.Builder,ListPermissionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPermissionsRequest.BuildergroupId(String groupId)(Optional) Limits the results to only the group that matches this ID.ListPermissionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListPermissionsRequest.BuildernextToken(String nextToken)The token to use when requesting the next set of results.ListPermissionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPermissionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPermissionsRequest.BuilderuserId(String userId)(Optional) Limits the results to only the user that matches this ID.ListPermissionsRequest.BuilderuserType(String userType)(Optional) If you specifySSO_USER, then only the permissions of IAM Identity Center users are returned.ListPermissionsRequest.BuilderuserType(UserType userType)(Optional) If you specifySSO_USER, then only the permissions of IAM Identity Center users are returned.ListPermissionsRequest.BuilderworkspaceId(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, sdkFields
-
-
-
-
Method Detail
-
groupId
ListPermissionsRequest.Builder groupId(String 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
ListPermissionsRequest.Builder maxResults(Integer 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
ListPermissionsRequest.Builder nextToken(String nextToken)
The 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 previousListPermissionsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
ListPermissionsRequest.Builder userId(String 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
ListPermissionsRequest.Builder userType(String 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,UserType
-
userType
ListPermissionsRequest.Builder userType(UserType 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,UserType
-
workspaceId
ListPermissionsRequest.Builder workspaceId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListPermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-