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 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.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.
searchCriteria - The search criteria to be used to return routing profiles.default SearchRoutingProfilesRequest.Builder searchCriteria(Consumer<RoutingProfileSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return routing profiles.
This is a convenience method that creates an instance of theRoutingProfileSearchCriteria.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 © 2022. All rights reserved.