Class FieldIndex
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FieldIndex.Builder,
FieldIndex>
This structure describes one log event field that is used as an index in at least one index policy in this account.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldIndex.Builder
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
The string that this field index matches.final Long
The time and date of the earliest log event that matches this field index, after the index policy that contains it was created.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Long
The time and date of the most recent log event that matches this field index.final Long
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.final String
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.static Class
<? extends FieldIndex.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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.
- Returns:
- 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.
-
fieldIndexName
The string that this field index matches.
- Returns:
- The string that this field index matches.
-
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.
- Returns:
- 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.
-
firstEventTime
The time and date of the earliest log event that matches this field index, after the index policy that contains it was created.
- Returns:
- The time and date of the earliest log event that matches this field index, after the index policy that contains it was created.
-
lastEventTime
The time and date of the most recent log event that matches this field index.
- Returns:
- The time and date of the most recent log event that matches this field index.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<FieldIndex.Builder,
FieldIndex> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-