public static interface DescribeUsersRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUsersRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.DescribeUsersRequest.Builder organizationId(String organizationId)
The ID of the organization.
organizationId - The ID of the organization.DescribeUsersRequest.Builder userIds(String userIds)
The IDs of the users.
userIds - The IDs of the users.DescribeUsersRequest.Builder query(String query)
A query to filter users by user name. Remember the following about the Userids and
Query 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 the GivenName,
SurName, or UserName fields included in a CreateUser API call.
For example, querying on Ma 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 on
Ma J only returns Mateo Jackson.
query - A query to filter users by user name. Remember the following about the Userids and
Query 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 the GivenName,
SurName, or UserName fields included in a CreateUser API
call. For example, querying on Ma 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 on Ma J only returns Mateo Jackson.
DescribeUsersRequest.Builder include(String include)
The state of the users. Specify "ALL" to include inactive users.
include - The state of the users. Specify "ALL" to include inactive users.UserFilterType,
UserFilterTypeDescribeUsersRequest.Builder include(UserFilterType include)
The state of the users. Specify "ALL" to include inactive users.
include - The state of the users. Specify "ALL" to include inactive users.UserFilterType,
UserFilterTypeDescribeUsersRequest.Builder order(String order)
The order for the results.
DescribeUsersRequest.Builder order(OrderType order)
The order for the results.
DescribeUsersRequest.Builder sort(String sort)
The sorting criteria.
sort - The sorting criteria.UserSortType,
UserSortTypeDescribeUsersRequest.Builder sort(UserSortType sort)
The sorting criteria.
sort - The sorting criteria.UserSortType,
UserSortTypeDescribeUsersRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeUsersRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit - The maximum number of items to return.DescribeUsersRequest.Builder fields(String fields)
A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and utilization information.
fields - A comma-separated list of values. Specify "STORAGE_METADATA" to include the user storage quota and
utilization information.DescribeUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.