Interface QueryInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryInfo.Builder,
,QueryInfo> SdkBuilder<QueryInfo.Builder,
,QueryInfo> SdkPojo
- Enclosing class:
QueryInfo
@Mutable
@NotThreadSafe
public static interface QueryInfo.Builder
extends SdkPojo, CopyableBuilder<QueryInfo.Builder,QueryInfo>
-
Method Summary
Modifier and TypeMethodDescriptioncreateTime
(Long createTime) The date and time that this query was created.logGroupName
(String logGroupName) The name of the log group scanned by this query.The unique ID number of this query.queryLanguage
(String queryLanguage) The query language used for this query.queryLanguage
(QueryLanguage queryLanguage) The query language used for this query.queryString
(String queryString) The query string used in this query.The status of this query.status
(QueryStatus status) The status of this query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
queryLanguage
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
- Parameters:
queryLanguage
- The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
queryLanguage
The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
- Parameters:
queryLanguage
- The query language used for this query. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
The status of this query. Possible values are
Cancelled
,Complete
,Failed
,Running
,Scheduled
, andUnknown
.- Parameters:
status
- The status of this query. Possible values areCancelled
,Complete
,Failed
,Running
,Scheduled
, andUnknown
.- 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
, andUnknown
.- Parameters:
status
- The status of this query. Possible values areCancelled
,Complete
,Failed
,Running
,Scheduled
, andUnknown
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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.
-