Interface QueryShowTargetsRequest.Builder

Enclosing interface:
QueryShowTargetsRequest

public static interface QueryShowTargetsRequest.Builder
Creates an instance of QueryShowTargetsRequest.
  • Method Details

    • withLike

      Optional: Sets a LIKE clause to filter the returned target names based on a pattern. For example, LIKE 'vql%'.

      If this method is called multiple times, the request retains only the value from the last call. If this method is never called, the request does not apply a LIKE filter and returns all accessible targets.

      Parameters:
      likeString - LIKE clause
      Returns:
      this Builder
    • withQueryDescribe

      QueryShowTargetsRequest.Builder withQueryDescribe()
      Enables Query Describe on the SHOW TARGETS query.
      Returns:
      this Builder
    • build

      Retrieves the completed QueryShowTargetsRequest.
      Returns:
      the completed QueryShowTargetsRequest