Class SearchContactsRequest

    • Method Detail

      • instanceId

        public final String instanceId()

        The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

        Returns:
        The identifier of Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
      • timeRange

        public final SearchContactsTimeRange timeRange()

        Time range that you want to search results.

        Returns:
        Time range that you want to search results.
      • searchCriteria

        public final SearchCriteria searchCriteria()

        The search criteria to be used to return contacts.

        Returns:
        The search criteria to be used to return contacts.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return per page.

        Returns:
        The maximum number of results to return per page.
      • nextToken

        public final 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.

        Returns:
        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.
      • sort

        public final Sort sort()

        Specifies a field to sort by and a sort order.

        Returns:
        Specifies a field to sort by and a sort order.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object