public static interface SearchRoutingProfilesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<SearchRoutingProfilesRequest.Builder,SearchRoutingProfilesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchRoutingProfilesRequest.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.SearchRoutingProfilesRequest.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.SearchRoutingProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.SearchRoutingProfilesRequest.Builder searchFilter(RoutingProfileSearchFilter searchFilter)
Filters to be applied to search results.
searchFilter - Filters to be applied to search results.default SearchRoutingProfilesRequest.Builder searchFilter(Consumer<RoutingProfileSearchFilter.Builder> searchFilter)
Filters to be applied to search results.
This is a convenience method that creates an instance of theRoutingProfileSearchFilter.Builder
avoiding the need to create one manually via RoutingProfileSearchFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to searchFilter(RoutingProfileSearchFilter).
searchFilter - a consumer that will call methods on RoutingProfileSearchFilter.BuildersearchFilter(RoutingProfileSearchFilter)SearchRoutingProfilesRequest.Builder searchCriteria(RoutingProfileSearchCriteria searchCriteria)
The search criteria to be used to return routing profiles.
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 routing profiles.
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 SearchRoutingProfilesRequest.Builder searchCriteria(Consumer<RoutingProfileSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return routing profiles.
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.
RoutingProfileSearchCriteria.Builder avoiding the need to create one manually via
RoutingProfileSearchCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to searchCriteria(RoutingProfileSearchCriteria).
searchCriteria - a consumer that will call methods on RoutingProfileSearchCriteria.BuildersearchCriteria(RoutingProfileSearchCriteria)SearchRoutingProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchRoutingProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.