public static interface ListUsersRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest.Builder |
collectionId(String collectionId)
The ID of an existing collection.
|
ListUsersRequest.Builder |
maxResults(Integer maxResults)
Maximum number of UsersID to return.
|
ListUsersRequest.Builder |
nextToken(String nextToken)
Pagingation token to receive the next set of UsersID.
|
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersRequest.Builder collectionId(String collectionId)
The ID of an existing collection.
collectionId - The ID of an existing collection.ListUsersRequest.Builder maxResults(Integer maxResults)
Maximum number of UsersID to return.
maxResults - Maximum number of UsersID to return.ListUsersRequest.Builder nextToken(String nextToken)
Pagingation token to receive the next set of UsersID.
nextToken - Pagingation token to receive the next set of UsersID.ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.