Interface QueryInfo.Builder

    • Method Detail

      • queryId

        QueryInfo.Builder queryId​(String queryId)

        The unique ID number of this query.

        Parameters:
        queryId - The unique ID number of this query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryString

        QueryInfo.Builder queryString​(String queryString)

        The query string used in this query.

        Parameters:
        queryString - The query string used in this query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        QueryInfo.Builder status​(String status)

        The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

        Parameters:
        status - The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus
      • status

        QueryInfo.Builder status​(QueryStatus status)

        The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.

        Parameters:
        status - The status of this query. Possible values are Cancelled, Complete, Failed, Running, Scheduled, and Unknown.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus
      • createTime

        QueryInfo.Builder createTime​(Long createTime)

        The date and time that this query was created.

        Parameters:
        createTime - The date and time that this query was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logGroupName

        QueryInfo.Builder logGroupName​(String logGroupName)

        The name of the log group scanned by this query.

        Parameters:
        logGroupName - The name of the log group scanned by this query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.