Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.QueryInfo.Builder
-
Packages that use QueryInfo.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of QueryInfo.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryInfo.Builder Modifier and Type Method Description static QueryInfo.BuilderQueryInfo. builder()QueryInfo.BuilderQueryInfo.Builder. createTime(Long createTime)The date and time that this query was created.QueryInfo.BuilderQueryInfo.Builder. logGroupName(String logGroupName)The name of the log group scanned by this query.QueryInfo.BuilderQueryInfo.Builder. queryId(String queryId)The unique ID number of this query.QueryInfo.BuilderQueryInfo.Builder. queryString(String queryString)The query string used in this query.QueryInfo.BuilderQueryInfo.Builder. status(String status)The status of this query.QueryInfo.BuilderQueryInfo.Builder. status(QueryStatus status)The status of this query.QueryInfo.BuilderQueryInfo. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryInfo.Builder Modifier and Type Method Description static Class<? extends QueryInfo.Builder>QueryInfo. serializableBuilderClass()
-