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