static FieldIndex.Builder |
FieldIndex.builder() |
|
FieldIndex.Builder |
FieldIndex.Builder.fieldIndexName(String fieldIndexName) |
The string that this field index matches.
|
FieldIndex.Builder |
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 |
FieldIndex.Builder.lastEventTime(Long lastEventTime) |
The time and date of the most recent log event that matches this field index.
|
FieldIndex.Builder |
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 |
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.Builder |
FieldIndex.toBuilder() |
|