public static interface DescribeUsersRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DescribeUsersRequest.Builder,DescribeUsersRequest>
Modifier and Type | Method and Description |
---|---|
DescribeUsersRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DescribeUsersRequest.Builder |
fields(String fields)
A comma-separated list of values.
|
DescribeUsersRequest.Builder |
include(String include)
The state of the users.
|
DescribeUsersRequest.Builder |
include(UserFilterType include)
The state of the users.
|
DescribeUsersRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
DescribeUsersRequest.Builder |
marker(String marker)
The marker for the next set of results.
|
DescribeUsersRequest.Builder |
order(OrderType order)
The order for the results.
|
DescribeUsersRequest.Builder |
order(String order)
The order for the results.
|
DescribeUsersRequest.Builder |
organizationId(String organizationId)
The ID of the organization.
|
DescribeUsersRequest.Builder |
query(String query)
A query to filter users by user name.
|
DescribeUsersRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeUsersRequest.Builder |
sort(String sort)
The sorting criteria.
|
DescribeUsersRequest.Builder |
sort(UserSortType sort)
The sorting criteria.
|
DescribeUsersRequest.Builder |
userIds(String userIds)
The IDs of the users.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeUsersRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as
in accessing the API using AWS credentials.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.
query
- A query to filter users by user name.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
,
UserFilterType
DescribeUsersRequest.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
,
UserFilterType
DescribeUsersRequest.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
,
UserSortType
DescribeUsersRequest.Builder sort(UserSortType sort)
The sorting criteria.
sort
- The sorting criteria.UserSortType
,
UserSortType
DescribeUsersRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.