Class StartQueryRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartQueryRequest.Builder,StartQueryRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StartQueryRequest.Builderbuilder()final LongendTime()The end of the time range to query.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the LogGroupIdentifiers property.final booleanFor responses, this returns true if the service returned a value for the LogGroupNames property.final Integerlimit()The maximum number of log events to return in the query.The list of log groups to query.final StringThe log group on which to perform the query.The list of log groups to be queried.final QueryLanguageSpecify the query language to use for this query.final StringSpecify the query language to use for this query.final StringThe query string to use.static Class<? extends StartQueryRequest.Builder>final LongThe beginning of the time range to query.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
queryLanguage
Specify the query language to use for this query. The options are Logs Insights QL, OpenSearch PPL, and OpenSearch SQL. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
If the service returns an enum value that is not available in the current SDK version,
queryLanguagewill returnQueryLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueryLanguageAsString().- Returns:
- Specify the query language to use for this query. The options are Logs Insights QL, OpenSearch PPL, and OpenSearch SQL. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
- See Also:
-
queryLanguageAsString
Specify the query language to use for this query. The options are Logs Insights QL, OpenSearch PPL, and OpenSearch SQL. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
If the service returns an enum value that is not available in the current SDK version,
queryLanguagewill returnQueryLanguage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromqueryLanguageAsString().- Returns:
- Specify the query language to use for this query. The options are Logs Insights QL, OpenSearch PPL, and OpenSearch SQL. For more information about the query languages that CloudWatch Logs supports, see Supported query languages.
- See Also:
-
logGroupName
The log group on which to perform the query.
A
StartQueryoperation must include exactly one of the following parameters:logGroupName,logGroupNames, orlogGroupIdentifiers. The exception is queries using the OpenSearch Service SQL query language, where you specify the log group names inside thequerystringinstead of here.- Returns:
- The log group on which to perform the query.
A
StartQueryoperation must include exactly one of the following parameters:logGroupName,logGroupNames, orlogGroupIdentifiers. The exception is queries using the OpenSearch Service SQL query language, where you specify the log group names inside thequerystringinstead of here.
-
hasLogGroupNames
public final boolean hasLogGroupNames()For responses, this returns true if the service returned a value for the LogGroupNames property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
logGroupNames
The list of log groups to be queried. You can include up to 50 log groups.
A
StartQueryoperation must include exactly one of the following parameters:logGroupName,logGroupNames, orlogGroupIdentifiers. The exception is queries using the OpenSearch Service SQL query language, where you specify the log group names inside thequerystringinstead of here.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasLogGroupNames()method.- Returns:
- The list of log groups to be queried. You can include up to 50 log groups.
A
StartQueryoperation must include exactly one of the following parameters:logGroupName,logGroupNames, orlogGroupIdentifiers. The exception is queries using the OpenSearch Service SQL query language, where you specify the log group names inside thequerystringinstead of here.
-
hasLogGroupIdentifiers
public final boolean hasLogGroupIdentifiers()For responses, this returns true if the service returned a value for the LogGroupIdentifiers property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
logGroupIdentifiers
The list of log groups to query. You can include up to 50 log groups.
You can specify them by the log group name or ARN. If a log group that you're querying is in a source account and you're using a monitoring account, you must specify the ARN of the log group here. The query definition must also be defined in the monitoring account.
If you specify an ARN, use the format arn:aws:logs:region:account-id:log-group:log_group_name Don't include an * at the end.
A
StartQueryoperation must include exactly one of the following parameters:logGroupName,logGroupNames, orlogGroupIdentifiers. The exception is queries using the OpenSearch Service SQL query language, where you specify the log group names inside thequerystringinstead of here.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasLogGroupIdentifiers()method.- Returns:
- The list of log groups to query. You can include up to 50 log groups.
You can specify them by the log group name or ARN. If a log group that you're querying is in a source account and you're using a monitoring account, you must specify the ARN of the log group here. The query definition must also be defined in the monitoring account.
If you specify an ARN, use the format arn:aws:logs:region:account-id:log-group:log_group_name Don't include an * at the end.
A
StartQueryoperation must include exactly one of the following parameters:logGroupName,logGroupNames, orlogGroupIdentifiers. The exception is queries using the OpenSearch Service SQL query language, where you specify the log group names inside thequerystringinstead of here.
-
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.- Returns:
- 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.
-
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.- Returns:
- 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.
-
queryString
The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.
- Returns:
- The query string to use. For more information, see CloudWatch Logs Insights Query Syntax.
-
limit
The maximum number of log events to return in the query. If the query string uses the
fieldscommand, only the specified fields and their values are returned. The default is 10,000.The maximum value is 100,000.
- Returns:
- The maximum number of log events to return in the query. If the query string uses the
fieldscommand, only the specified fields and their values are returned. The default is 10,000.The maximum value is 100,000.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartQueryRequest.Builder,StartQueryRequest> - Specified by:
toBuilderin classCloudWatchLogsRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-