Interface ListSpeakersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSpeakersResponse.Builder,
,ListSpeakersResponse> SdkBuilder<ListSpeakersResponse.Builder,
,ListSpeakersResponse> SdkPojo
,SdkResponse.Builder
,VoiceIdResponse.Builder
- Enclosing class:
ListSpeakersResponse
public static interface ListSpeakersResponse.Builder
extends VoiceIdResponse.Builder, SdkPojo, CopyableBuilder<ListSpeakersResponse.Builder,ListSpeakersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIfNextToken
is returned, there are more results available.speakerSummaries
(Collection<SpeakerSummary> speakerSummaries) A list containing details about each speaker in the Amazon Web Services account.speakerSummaries
(Consumer<SpeakerSummary.Builder>... speakerSummaries) A list containing details about each speaker in the Amazon Web Services account.speakerSummaries
(SpeakerSummary... speakerSummaries) A list containing details about each speaker in the Amazon Web Services account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.voiceid.model.VoiceIdResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
nextToken
If
NextToken
is returned, there are more results available. The value ofNextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.- Parameters:
nextToken
- IfNextToken
is returned, there are more results available. The value ofNextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speakerSummaries
A list containing details about each speaker in the Amazon Web Services account.
- Parameters:
speakerSummaries
- A list containing details about each speaker in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speakerSummaries
A list containing details about each speaker in the Amazon Web Services account.
- Parameters:
speakerSummaries
- A list containing details about each speaker in the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
speakerSummaries
A list containing details about each speaker in the Amazon Web Services account.
This is a convenience method that creates an instance of theSpeakerSummary.Builder
avoiding the need to create one manually viaSpeakerSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tospeakerSummaries(List<SpeakerSummary>)
.- Parameters:
speakerSummaries
- a consumer that will call methods onSpeakerSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-