public static interface ListCallAnalyticsJobsResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListCallAnalyticsJobsResponse.Builder,ListCallAnalyticsJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsJobsResponse.Builder |
callAnalyticsJobSummaries(CallAnalyticsJobSummary... callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListCallAnalyticsJobsResponse.Builder |
callAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListCallAnalyticsJobsResponse.Builder |
callAnalyticsJobSummaries(Consumer<CallAnalyticsJobSummary.Builder>... callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListCallAnalyticsJobsResponse.Builder |
nextToken(String nextToken)
The operation returns a page of jobs at a time.
|
ListCallAnalyticsJobsResponse.Builder |
status(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with that status.
|
ListCallAnalyticsJobsResponse.Builder |
status(String status)
When specified, returns only call analytics jobs with that status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCallAnalyticsJobsResponse.Builder status(String status)
When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status - When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date,
with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.CallAnalyticsJobStatus,
CallAnalyticsJobStatusListCallAnalyticsJobsResponse.Builder status(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status - When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date,
with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.CallAnalyticsJobStatus,
CallAnalyticsJobStatusListCallAnalyticsJobsResponse.Builder nextToken(String nextToken)
The operation returns a page of jobs at a time. The maximum size of the page is set by the
MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe
returns the NextPage token. Include the token in your next request to the operation to return
next page of jobs.
nextToken - The operation returns a page of jobs at a time. The maximum size of the page is set by the
MaxResults parameter. If there are more jobs in the list than the page size, Amazon
Transcribe returns the NextPage token. Include the token in your next request to the
operation to return next page of jobs.ListCallAnalyticsJobsResponse.Builder callAnalyticsJobSummaries(Collection<CallAnalyticsJobSummary> callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
callAnalyticsJobSummaries - A list of objects containing summary information for a transcription job.ListCallAnalyticsJobsResponse.Builder callAnalyticsJobSummaries(CallAnalyticsJobSummary... callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
callAnalyticsJobSummaries - A list of objects containing summary information for a transcription job.ListCallAnalyticsJobsResponse.Builder callAnalyticsJobSummaries(Consumer<CallAnalyticsJobSummary.Builder>... callAnalyticsJobSummaries)
A list of objects containing summary information for a transcription job.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #callAnalyticsJobSummaries(List) .callAnalyticsJobSummaries - a consumer that will call methods on List.Builder #callAnalyticsJobSummaries(List) Copyright © 2021. All rights reserved.