public static interface ListSpeakersRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<ListSpeakersRequest.Builder,ListSpeakersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSpeakersRequest.Builder |
domainId(String domainId)
The identifier of the domain.
|
ListSpeakersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListSpeakersRequest.Builder |
nextToken(String nextToken)
If
NextToken is returned, there are more results available. |
ListSpeakersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSpeakersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSpeakersRequest.Builder domainId(String domainId)
The identifier of the domain.
domainId - The identifier of the domain.ListSpeakersRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use NextToken to obtain
further pages of results. The default is 100; the maximum allowed page size is also 100.
maxResults - The maximum number of results that are returned per call. You can use NextToken to obtain
further pages of results. The default is 100; the maximum allowed page size is also 100.ListSpeakersRequest.Builder nextToken(String nextToken)
If NextToken is returned, there are more results available. The value of NextToken
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.
nextToken - If NextToken is returned, there are more results available. The value of
NextToken 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.ListSpeakersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSpeakersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.