public static interface ListUsersRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
organizationId(String organizationId)
The identifier for the organization under which the users exist.
|
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the users exist.
organizationId - The identifier for the organization under which the users exist.ListUsersRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken - The token to use to retrieve the next page of results. The first call does not contain any tokens.ListUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.