public static interface SearchQueuesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<SearchQueuesRequest.Builder,SearchQueuesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchQueuesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.SearchQueuesRequest.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.SearchQueuesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.SearchQueuesRequest.Builder searchFilter(QueueSearchFilter searchFilter)
Filters to be applied to search results.
searchFilter - Filters to be applied to search results.default SearchQueuesRequest.Builder searchFilter(Consumer<QueueSearchFilter.Builder> searchFilter)
Filters to be applied to search results.
This is a convenience method that creates an instance of theQueueSearchFilter.Builder avoiding the
need to create one manually via QueueSearchFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to searchFilter(QueueSearchFilter).
searchFilter - a consumer that will call methods on QueueSearchFilter.BuildersearchFilter(QueueSearchFilter)SearchQueuesRequest.Builder searchCriteria(QueueSearchCriteria searchCriteria)
The search criteria to be used to return queues.
The name and description fields support "contains" queries with a minimum of 2
characters and a maximum of 25 characters. Any queries with character lengths outside of this range will
throw invalid results.
searchCriteria - The search criteria to be used to return queues.
The name and description fields support "contains" queries with a minimum of
2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range
will throw invalid results.
default SearchQueuesRequest.Builder searchCriteria(Consumer<QueueSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return queues.
The name and description fields support "contains" queries with a minimum of 2
characters and a maximum of 25 characters. Any queries with character lengths outside of this range will
throw invalid results.
QueueSearchCriteria.Builder
avoiding the need to create one manually via QueueSearchCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to searchCriteria(QueueSearchCriteria).
searchCriteria - a consumer that will call methods on QueueSearchCriteria.BuildersearchCriteria(QueueSearchCriteria)SearchQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.