public static interface ListCallAnalyticsJobsRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<ListCallAnalyticsJobsRequest.Builder,ListCallAnalyticsJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCallAnalyticsJobsRequest.Builder |
jobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
ListCallAnalyticsJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of call analytics jobs to return in each page of results.
|
ListCallAnalyticsJobsRequest.Builder |
nextToken(String nextToken)
If you receive a truncated result in the previous request of , include
NextToken to fetch the
next set of jobs. |
ListCallAnalyticsJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCallAnalyticsJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCallAnalyticsJobsRequest.Builder |
status(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with the specified status.
|
ListCallAnalyticsJobsRequest.Builder |
status(String status)
When specified, returns only call analytics jobs with the specified status.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCallAnalyticsJobsRequest.Builder status(String status)
When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.
status - When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.CallAnalyticsJobStatus,
CallAnalyticsJobStatusListCallAnalyticsJobsRequest.Builder status(CallAnalyticsJobStatus status)
When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.
status - When specified, returns only call analytics jobs with the specified 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 analytics jobs ordered by creation date.CallAnalyticsJobStatus,
CallAnalyticsJobStatusListCallAnalyticsJobsRequest.Builder jobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains - When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.ListCallAnalyticsJobsRequest.Builder nextToken(String nextToken)
If you receive a truncated result in the previous request of , include NextToken to fetch the
next set of jobs.
nextToken - If you receive a truncated result in the previous request of , include NextToken to fetch
the next set of jobs.ListCallAnalyticsJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of call analytics jobs to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.
maxResults - The maximum number of call analytics jobs to return in each page of results. If there are fewer
results than the value you specify, only the actual results are returned. If you do not specify a
value, the default of 5 is used.ListCallAnalyticsJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCallAnalyticsJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.