public static interface ListUsersRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
Modifier and Type | Method and Description |
---|---|
ListUsersRequest.Builder |
accountId(String accountId)
The Amazon Chime account ID.
|
ListUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListUsersRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListUsersRequest.Builder |
userEmail(String userEmail)
Optional.
|
build
overrideConfiguration
copy
applyMutation, build
ListUsersRequest.Builder accountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.ListUsersRequest.Builder userEmail(String userEmail)
Optional. The user email address used to filter results. Maximum 1.
userEmail
- Optional. The user email address used to filter results. Maximum 1.ListUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. Defaults to 100.
maxResults
- The maximum number of results to return in a single call. Defaults to 100.ListUsersRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.