public static interface ListAccountsRequest.Builder extends ChimeRequest.Builder, SdkPojo, CopyableBuilder<ListAccountsRequest.Builder,ListAccountsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAccountsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListAccountsRequest.Builder |
name(String name)
Amazon Chime account name prefix with which to filter results.
|
ListAccountsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListAccountsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAccountsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAccountsRequest.Builder |
userEmail(String userEmail)
User email address with which to filter results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccountsRequest.Builder name(String name)
Amazon Chime account name prefix with which to filter results.
name - Amazon Chime account name prefix with which to filter results.ListAccountsRequest.Builder userEmail(String userEmail)
User email address with which to filter results.
userEmail - User email address with which to filter results.ListAccountsRequest.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.ListAccountsRequest.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.ListAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.