public static interface SearchResourceTagsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<SearchResourceTagsRequest.Builder,SearchResourceTagsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchResourceTagsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name
(ARN) of the instance.SearchResourceTagsRequest.Builder resourceTypes(Collection<String> resourceTypes)
The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types.
resourceTypes - The list of resource types to be used to search tags from. If not provided or if any empty list is
provided, this API will search from all supported resource types.SearchResourceTagsRequest.Builder resourceTypes(String... resourceTypes)
The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types.
resourceTypes - The list of resource types to be used to search tags from. If not provided or if any empty list is
provided, this API will search from all supported resource types.SearchResourceTagsRequest.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.SearchResourceTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.SearchResourceTagsRequest.Builder searchCriteria(ResourceTagsSearchCriteria searchCriteria)
The search criteria to be used to return tags.
searchCriteria - The search criteria to be used to return tags.default SearchResourceTagsRequest.Builder searchCriteria(Consumer<ResourceTagsSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return tags.
This is a convenience method that creates an instance of theResourceTagsSearchCriteria.Builder
avoiding the need to create one manually via ResourceTagsSearchCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to searchCriteria(ResourceTagsSearchCriteria).
searchCriteria - a consumer that will call methods on ResourceTagsSearchCriteria.BuildersearchCriteria(ResourceTagsSearchCriteria)SearchResourceTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchResourceTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.