Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.QueryInfo.Builder
Packages that use QueryInfo.Builder
-
Uses of QueryInfo.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return QueryInfo.BuilderModifier and TypeMethodDescriptionstatic QueryInfo.BuilderQueryInfo.builder()QueryInfo.Builder.bytesScanned(Double bytesScanned) The total number of bytes scanned by the query.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.queryDuration(Long queryDuration) The duration in milliseconds that the query took to execute.The unique ID number of this query.QueryInfo.Builder.queryLanguage(String queryLanguage) The query language used for this query.QueryInfo.Builder.queryLanguage(QueryLanguage queryLanguage) The query language used for this query.QueryInfo.Builder.queryString(String queryString) The query string used in this query.The status of this query.QueryInfo.Builder.status(QueryStatus status) The status of this query.QueryInfo.toBuilder()QueryInfo.Builder.userIdentity(String userIdentity) The ARN of the user who ran the query.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type QueryInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends QueryInfo.Builder>QueryInfo.serializableBuilderClass()