public static interface ListVoiceProfileDomainsResponse.Builder extends ChimeSdkVoiceResponse.Builder, SdkPojo, CopyableBuilder<ListVoiceProfileDomainsResponse.Builder,ListVoiceProfileDomainsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVoiceProfileDomainsResponse.Builder |
nextToken(String nextToken)
The token used to return the next page of results.
|
ListVoiceProfileDomainsResponse.Builder |
voiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
|
ListVoiceProfileDomainsResponse.Builder |
voiceProfileDomains(Consumer<VoiceProfileDomainSummary.Builder>... voiceProfileDomains)
The list of voice profile domains.
|
ListVoiceProfileDomainsResponse.Builder |
voiceProfileDomains(VoiceProfileDomainSummary... voiceProfileDomains)
The list of voice profile domains.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVoiceProfileDomainsResponse.Builder voiceProfileDomains(Collection<VoiceProfileDomainSummary> voiceProfileDomains)
The list of voice profile domains.
voiceProfileDomains - The list of voice profile domains.ListVoiceProfileDomainsResponse.Builder voiceProfileDomains(VoiceProfileDomainSummary... voiceProfileDomains)
The list of voice profile domains.
voiceProfileDomains - The list of voice profile domains.ListVoiceProfileDomainsResponse.Builder voiceProfileDomains(Consumer<VoiceProfileDomainSummary.Builder>... voiceProfileDomains)
The list of voice profile domains.
This is a convenience method that creates an instance of theVoiceProfileDomainSummary.Builder avoiding the
need to create one manually via
VoiceProfileDomainSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #voiceProfileDomains(List.
voiceProfileDomains - a consumer that will call methods on
VoiceProfileDomainSummary.Builder#voiceProfileDomains(java.util.Collection) ListVoiceProfileDomainsResponse.Builder nextToken(String nextToken)
The token used to return the next page of results.
nextToken - The token used to return the next page of results.Copyright © 2023. All rights reserved.