Interface ListCallAnalyticsJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCallAnalyticsJobsRequest.Builder,
,ListCallAnalyticsJobsRequest> SdkBuilder<ListCallAnalyticsJobsRequest.Builder,
,ListCallAnalyticsJobsRequest> SdkPojo
,SdkRequest.Builder
,TranscribeRequest.Builder
- Enclosing class:
ListCallAnalyticsJobsRequest
-
Method Summary
Modifier and TypeMethodDescriptionjobNameContains
(String jobNameContains) Returns only the Call Analytics jobs that contain the specified string.maxResults
(Integer maxResults) The maximum number of Call Analytics jobs to return in each page of results.If yourListCallAnalyticsJobs
request returns more results than can be displayed,NextToken
is displayed in the response with an associated string.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Returns only Call Analytics jobs with the specified status.status
(CallAnalyticsJobStatus status) Returns only Call Analytics jobs with the specified status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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.services.transcribe.model.TranscribeRequest.Builder
build
-
Method Details
-
status
Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest job first. If you don't include
Status
, all Call Analytics jobs are returned.- Parameters:
status
- Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest job first. If you don't includeStatus
, all Call Analytics jobs are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest job first. If you don't include
Status
, all Call Analytics jobs are returned.- Parameters:
status
- Returns only Call Analytics jobs with the specified status. Jobs are ordered by creation date, with the newest job first. If you don't includeStatus
, all Call Analytics jobs are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobNameContains
Returns only the Call Analytics jobs that contain the specified string. The search is not case sensitive.
- Parameters:
jobNameContains
- Returns only the Call Analytics jobs that contain the specified string. The search is not case sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If your
ListCallAnalyticsJobs
request returns more results than can be displayed,NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, includingNextToken
with the value of the copied string. Repeat as needed to view all your results.- Parameters:
nextToken
- If yourListCallAnalyticsJobs
request returns more results than can be displayed,NextToken
is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, includingNextToken
with the value of the copied string. Repeat as needed to view all your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of Call Analytics jobs to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you don't specify a value, a default of 5 is used.
- Parameters:
maxResults
- The maximum number of Call Analytics jobs to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you don't specify a value, a default of 5 is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCallAnalyticsJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCallAnalyticsJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-