public static interface ListVoiceProfilesRequest.Builder extends ChimeSdkVoiceRequest.Builder, SdkPojo, CopyableBuilder<ListVoiceProfilesRequest.Builder,ListVoiceProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVoiceProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results in the request.
|
ListVoiceProfilesRequest.Builder |
nextToken(String nextToken)
The token used to retrieve the next page of results.
|
ListVoiceProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVoiceProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListVoiceProfilesRequest.Builder |
voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVoiceProfilesRequest.Builder voiceProfileDomainId(String voiceProfileDomainId)
The ID of the voice profile domain.
voiceProfileDomainId - The ID of the voice profile domain.ListVoiceProfilesRequest.Builder nextToken(String nextToken)
The token used to retrieve the next page of results.
nextToken - The token used to retrieve the next page of results.ListVoiceProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results in the request.
maxResults - The maximum number of results in the request.ListVoiceProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVoiceProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.