Interface DescribeUsersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeUsersRequest.Builder,
,DescribeUsersRequest> SdkBuilder<DescribeUsersRequest.Builder,
,DescribeUsersRequest> SdkPojo
,SdkRequest.Builder
,WorkDocsRequest.Builder
- Enclosing class:
DescribeUsersRequest
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationToken
(String authenticationToken) Amazon WorkDocs authentication token.A comma-separated list of values.The state of the users.include
(UserFilterType include) The state of the users.The maximum number of items to return.The marker for the next set of results.The order for the results.The order for the results.organizationId
(String organizationId) The ID of the organization.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A query to filter users by user name.The sorting criteria.sort
(UserSortType sort) The sorting criteria.The IDs of the users.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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.workdocs.model.WorkDocsRequest.Builder
build
-
Method Details
-
authenticationToken
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- Parameters:
authenticationToken
- Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationId
The ID of the organization.
- Parameters:
organizationId
- The ID of the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userIds
The IDs of the users.
- Parameters:
userIds
- The IDs of the users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
query
A query to filter users by user name. Remember the following about the
Userids
andQuery
parameters:-
If you don't use either parameter, the API returns a paginated list of all users on the site.
-
If you use both parameters, the API ignores the
Query
parameter. -
The
Userid
parameter only returns user names that match a corresponding user ID. -
The
Query
parameter runs a "prefix" search for users by theGivenName
,SurName
, orUserName
fields included in a CreateUser API call. For example, querying onMa
returns Márcia Oliveira, María García, and Mateo Jackson. If you use multiple characters, the API only returns data that matches all characters. For example, querying onMa J
only returns Mateo Jackson.
- Parameters:
query
- A query to filter users by user name. Remember the following about theUserids
andQuery
parameters:-
If you don't use either parameter, the API returns a paginated list of all users on the site.
-
If you use both parameters, the API ignores the
Query
parameter. -
The
Userid
parameter only returns user names that match a corresponding user ID. -
The
Query
parameter runs a "prefix" search for users by theGivenName
,SurName
, orUserName
fields included in a CreateUser API call. For example, querying onMa
returns Márcia Oliveira, María García, and Mateo Jackson. If you use multiple characters, the API only returns data that matches all characters. For example, querying onMa J
only returns Mateo Jackson.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
include
The state of the users. Specify "ALL" to include inactive users.
- Parameters:
include
- The state of the users. Specify "ALL" to include inactive users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
include
The state of the users. Specify "ALL" to include inactive users.
- Parameters:
include
- The state of the users. Specify "ALL" to include inactive users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order for the results.
- Parameters:
order
- The order for the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
order
The order for the results.
- Parameters:
order
- The order for the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sort
The sorting criteria.
- Parameters:
sort
- The sorting criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sort
The sorting criteria.
- Parameters:
sort
- The sorting criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
The marker for the next set of results. (You received this marker from a previous call.)
- Parameters:
marker
- The marker for the next set of results. (You received this marker from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
The maximum number of items to return.
- Parameters:
limit
- The maximum number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.
- Parameters:
fields
- A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeUsersRequest.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
DescribeUsersRequest.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.
-