Interface SearchResourceTagsRequest.Builder

    • Method Detail

      • instanceId

        SearchResourceTagsRequest.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.

        Parameters:
        instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        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.

        Supported resource types

        • AGENT

        • ROUTING_PROFILE

        • STANDARD_QUEUE

        • SECURITY_PROFILE

        • OPERATING_HOURS

        • PROMPT

        • CONTACT_FLOW

        • FLOW_MODULE

        Parameters:
        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.

        Supported resource types

        • AGENT

        • ROUTING_PROFILE

        • STANDARD_QUEUE

        • SECURITY_PROFILE

        • OPERATING_HOURS

        • PROMPT

        • CONTACT_FLOW

        • FLOW_MODULE

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        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.

        Supported resource types

        • AGENT

        • ROUTING_PROFILE

        • STANDARD_QUEUE

        • SECURITY_PROFILE

        • OPERATING_HOURS

        • PROMPT

        • CONTACT_FLOW

        • FLOW_MODULE

        Parameters:
        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.

        Supported resource types

        • AGENT

        • ROUTING_PROFILE

        • STANDARD_QUEUE

        • SECURITY_PROFILE

        • OPERATING_HOURS

        • PROMPT

        • CONTACT_FLOW

        • FLOW_MODULE

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        SearchResourceTagsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return per page.

        Parameters:
        maxResults - The maximum number of results to return per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • searchCriteria

        SearchResourceTagsRequest.Builder searchCriteria​(ResourceTagsSearchCriteria searchCriteria)

        The search criteria to be used to return tags.

        Parameters:
        searchCriteria - The search criteria to be used to return tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.