public static interface ListSpeakerEnrollmentJobsRequest.Builder extends VoiceIdRequest.Builder, SdkPojo, CopyableBuilder<ListSpeakerEnrollmentJobsRequest.Builder,ListSpeakerEnrollmentJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSpeakerEnrollmentJobsRequest.Builder |
domainId(String domainId)
The identifier of the domain that contains the speaker enrollment jobs.
|
ListSpeakerEnrollmentJobsRequest.Builder |
jobStatus(SpeakerEnrollmentJobStatus jobStatus)
Provides the status of your speaker enrollment Job.
|
ListSpeakerEnrollmentJobsRequest.Builder |
jobStatus(String jobStatus)
Provides the status of your speaker enrollment Job.
|
ListSpeakerEnrollmentJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListSpeakerEnrollmentJobsRequest.Builder |
nextToken(String nextToken)
If
NextToken is returned, there are more results available. |
ListSpeakerEnrollmentJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSpeakerEnrollmentJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSpeakerEnrollmentJobsRequest.Builder domainId(String domainId)
The identifier of the domain that contains the speaker enrollment jobs.
domainId - The identifier of the domain that contains the speaker enrollment jobs.ListSpeakerEnrollmentJobsRequest.Builder jobStatus(String jobStatus)
Provides the status of your speaker enrollment Job.
jobStatus - Provides the status of your speaker enrollment Job.SpeakerEnrollmentJobStatus,
SpeakerEnrollmentJobStatusListSpeakerEnrollmentJobsRequest.Builder jobStatus(SpeakerEnrollmentJobStatus jobStatus)
Provides the status of your speaker enrollment Job.
jobStatus - Provides the status of your speaker enrollment Job.SpeakerEnrollmentJobStatus,
SpeakerEnrollmentJobStatusListSpeakerEnrollmentJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use NextToken to obtain more
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
more pages of results. The default is 100; the maximum allowed page size is also 100.ListSpeakerEnrollmentJobsRequest.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.ListSpeakerEnrollmentJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSpeakerEnrollmentJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.