public static interface StartQueryRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<StartQueryRequest.Builder,StartQueryRequest>
Modifier and Type | Method and Description |
---|---|
StartQueryRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
StartQueryRequest.Builder |
limit(Integer limit)
The maximum number of log events to return in the query.
|
StartQueryRequest.Builder |
logGroupName(String logGroupName)
The log group on which to perform the query.
|
StartQueryRequest.Builder |
logGroupNames(Collection<String> logGroupNames)
The list of log groups to be queried.
|
StartQueryRequest.Builder |
logGroupNames(String... logGroupNames)
The list of log groups to be queried.
|
StartQueryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartQueryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartQueryRequest.Builder |
queryString(String queryString)
The query string to use.
|
StartQueryRequest.Builder |
startTime(Long startTime)
The beginning of the time range to query.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
StartQueryRequest.Builder logGroupName(String logGroupName)
The log group on which to perform the query.
A StartQuery
operation must include a logGroupNames
or a logGroupName
parameter, but not both.
logGroupName
- The log group on which to perform the query.
A StartQuery
operation must include a logGroupNames
or a
logGroupName
parameter, but not both.
StartQueryRequest.Builder logGroupNames(Collection<String> logGroupNames)
The list of log groups to be queried. You can include up to 20 log groups.
A StartQuery
operation must include a logGroupNames
or a logGroupName
parameter, but not both.
logGroupNames
- The list of log groups to be queried. You can include up to 20 log groups.
A StartQuery
operation must include a logGroupNames
or a
logGroupName
parameter, but not both.
StartQueryRequest.Builder logGroupNames(String... logGroupNames)
The list of log groups to be queried. You can include up to 20 log groups.
A StartQuery
operation must include a logGroupNames
or a logGroupName
parameter, but not both.
logGroupNames
- The list of log groups to be queried. You can include up to 20 log groups.
A StartQuery
operation must include a logGroupNames
or a
logGroupName
parameter, but not both.
StartQueryRequest.Builder startTime(Long startTime)
The beginning of the time range to query. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.
startTime
- The beginning of the time range to query. The range is inclusive, so the specified start time is
included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00
UTC.StartQueryRequest.Builder endTime(Long endTime)
The end of the time range to query. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.
endTime
- The end of the time range to query. The range is inclusive, so the specified end time is included in
the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC.StartQueryRequest.Builder queryString(String queryString)
The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.
queryString
- The query string to use. For more information, see CloudWatch Logs
Insights Query Syntax.StartQueryRequest.Builder limit(Integer limit)
The maximum number of log events to return in the query. If the query string uses the fields
command, only the specified fields and their values are returned. The default is 1000.
limit
- The maximum number of log events to return in the query. If the query string uses the
fields
command, only the specified fields and their values are returned. The default is
1000.StartQueryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
StartQueryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.