Interface FieldIndex.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldIndex.Builder,
,FieldIndex> SdkBuilder<FieldIndex.Builder,
,FieldIndex> SdkPojo
- Enclosing class:
FieldIndex
@Mutable
@NotThreadSafe
public static interface FieldIndex.Builder
extends SdkPojo, CopyableBuilder<FieldIndex.Builder,FieldIndex>
-
Method Summary
Modifier and TypeMethodDescriptionfieldIndexName
(String fieldIndexName) The string that this field index matches.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.lastEventTime
(Long lastEventTime) The time and date of the most recent log event that matches this field index.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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
fieldIndexName
The string that this field index matches.
- Parameters:
fieldIndexName
- The string that this field index matches.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
firstEventTime
The time and date of the earliest log event that matches this field index, after the index policy that contains it was created.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
lastEventTime
The time and date of the most recent log event that matches this field index.
- Parameters:
lastEventTime
- The time and date of the most recent log event that matches this field index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-