Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.FieldIndex.Builder
Packages that use FieldIndex.Builder
-
Uses of FieldIndex.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return FieldIndex.BuilderModifier and TypeMethodDescriptionstatic FieldIndex.BuilderFieldIndex.builder()FieldIndex.Builder.fieldIndexName(String fieldIndexName) The string that this field index matches.FieldIndex.Builder.firstEventTime(Long firstEventTime) The time and date of the earliest log event that matches this field index, after the index policy that contains it was created.FieldIndex.Builder.lastEventTime(Long lastEventTime) The time and date of the most recent log event that matches this field index.FieldIndex.Builder.lastScanTime(Long lastScanTime) The most recent time that CloudWatch Logs scanned ingested log events to search for this field index to improve the speed of future CloudWatch Logs Insights queries that search for this field index.FieldIndex.Builder.logGroupIdentifier(String logGroupIdentifier) If this field index appears in an index policy that applies only to a single log group, the ARN of that log group is displayed here.FieldIndex.toBuilder()The type of index.The type of index.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type FieldIndex.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FieldIndex.Builder>FieldIndex.serializableBuilderClass()