Interface QueryInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QueryInfo.Builder,QueryInfo>, SdkBuilder<QueryInfo.Builder,QueryInfo>, SdkPojo
Enclosing class:
QueryInfo

public static interface QueryInfo.Builder extends SdkPojo, CopyableBuilder<QueryInfo.Builder,QueryInfo>
  • Method Details

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