public static interface QueryInfo.Builder extends SdkPojo, CopyableBuilder<QueryInfo.Builder,QueryInfo>
Modifier and Type | Method and Description |
---|---|
QueryInfo.Builder |
createTime(Long createTime)
The date and time that this query was created.
|
QueryInfo.Builder |
logGroupName(String logGroupName)
The name of the log group scanned by this query.
|
QueryInfo.Builder |
queryId(String queryId)
The unique ID number of this query.
|
QueryInfo.Builder |
queryString(String queryString)
The query string used in this query.
|
QueryInfo.Builder |
status(QueryStatus status)
The status of this query.
|
QueryInfo.Builder |
status(String status)
The status of this query.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
QueryInfo.Builder queryId(String queryId)
The unique ID number of this query.
queryId
- The unique ID number of this query.QueryInfo.Builder queryString(String queryString)
The query string used in this query.
queryString
- The query string used in this query.QueryInfo.Builder status(String status)
The status of this query. Possible values are Cancelled
, Complete
,
Failed
, Running
, Scheduled
, and Unknown
.
status
- The status of this query. Possible values are Cancelled
, Complete
,
Failed
, Running
, Scheduled
, and Unknown
.QueryStatus
,
QueryStatus
QueryInfo.Builder status(QueryStatus status)
The status of this query. Possible values are Cancelled
, Complete
,
Failed
, Running
, Scheduled
, and Unknown
.
status
- The status of this query. Possible values are Cancelled
, Complete
,
Failed
, Running
, Scheduled
, and Unknown
.QueryStatus
,
QueryStatus
QueryInfo.Builder createTime(Long createTime)
The date and time that this query was created.
createTime
- The date and time that this query was created.QueryInfo.Builder logGroupName(String logGroupName)
The name of the log group scanned by this query.
logGroupName
- The name of the log group scanned by this query.Copyright © 2022. All rights reserved.