Interface SearchAssociatedTranscriptsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SearchAssociatedTranscriptsRequest.Builder,
,SearchAssociatedTranscriptsRequest> LexModelsV2Request.Builder
,SdkBuilder<SearchAssociatedTranscriptsRequest.Builder,
,SearchAssociatedTranscriptsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SearchAssociatedTranscriptsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot associated with the transcripts that you are searching.botRecommendationId
(String botRecommendationId) The unique identifier of the bot recommendation associated with the transcripts to search.botVersion
(String botVersion) The version of the bot containing the transcripts that you are searching.filters
(Collection<AssociatedTranscriptFilter> filters) A list of filter objects.filters
(Consumer<AssociatedTranscriptFilter.Builder>... filters) A list of filter objects.filters
(AssociatedTranscriptFilter... filters) A list of filter objects.The identifier of the language and locale of the transcripts to search.maxResults
(Integer maxResults) The maximum number of bot recommendations to return in each page of results.If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.searchOrder
(String searchOrder) How SearchResults are ordered.searchOrder
(SearchOrder searchOrder) How SearchResults are ordered.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.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
botId
The unique identifier of the bot associated with the transcripts that you are searching.
- Parameters:
botId
- The unique identifier of the bot associated with the transcripts that you are searching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot containing the transcripts that you are searching.
- Parameters:
botVersion
- The version of the bot containing the transcripts that you are searching.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages
- Parameters:
localeId
- The identifier of the language and locale of the transcripts to search. The string must match one of the supported locales. For more information, see Supported languages- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationId
The unique identifier of the bot recommendation associated with the transcripts to search.
- Parameters:
botRecommendationId
- The unique identifier of the bot recommendation associated with the transcripts to search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchOrder
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
- Parameters:
searchOrder
- How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
searchOrder
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
- Parameters:
searchOrder
- How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filters
A list of filter objects.
- Parameters:
filters
- A list of filter objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
A list of filter objects.
- Parameters:
filters
- A list of filter objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
SearchAssociatedTranscriptsRequest.Builder filters(Consumer<AssociatedTranscriptFilter.Builder>... filters) A list of filter objects.
This is a convenience method that creates an instance of theAssociatedTranscriptFilter.Builder
avoiding the need to create one manually viaAssociatedTranscriptFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<AssociatedTranscriptFilter>)
.- Parameters:
filters
- a consumer that will call methods onAssociatedTranscriptFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
- Parameters:
maxResults
- The maximum number of bot recommendations to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextIndex
If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.
- Parameters:
nextIndex
- If the response from the SearchAssociatedTranscriptsRequest operation contains more results than specified in the maxResults parameter, an index is returned in the response. Use that index in the nextIndex parameter to return the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchAssociatedTranscriptsRequest.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
SearchAssociatedTranscriptsRequest.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.
-