public static interface SearchPromptsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<SearchPromptsRequest.Builder,SearchPromptsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchPromptsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.SearchPromptsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.SearchPromptsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.SearchPromptsRequest.Builder searchFilter(PromptSearchFilter searchFilter)
Filters to be applied to search results.
searchFilter - Filters to be applied to search results.default SearchPromptsRequest.Builder searchFilter(Consumer<PromptSearchFilter.Builder> searchFilter)
Filters to be applied to search results.
This is a convenience method that creates an instance of thePromptSearchFilter.Builder avoiding the
need to create one manually via PromptSearchFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to searchFilter(PromptSearchFilter).
searchFilter - a consumer that will call methods on PromptSearchFilter.BuildersearchFilter(PromptSearchFilter)SearchPromptsRequest.Builder searchCriteria(PromptSearchCriteria searchCriteria)
The search criteria to be used to return prompts.
searchCriteria - The search criteria to be used to return prompts.default SearchPromptsRequest.Builder searchCriteria(Consumer<PromptSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return prompts.
This is a convenience method that creates an instance of thePromptSearchCriteria.Builder avoiding
the need to create one manually via PromptSearchCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to searchCriteria(PromptSearchCriteria).
searchCriteria - a consumer that will call methods on PromptSearchCriteria.BuildersearchCriteria(PromptSearchCriteria)SearchPromptsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchPromptsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.