Interface FilteredLogEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilteredLogEvent.Builder,FilteredLogEvent>,SdkBuilder<FilteredLogEvent.Builder,FilteredLogEvent>,SdkPojo
- Enclosing class:
- FilteredLogEvent
public static interface FilteredLogEvent.Builder extends SdkPojo, CopyableBuilder<FilteredLogEvent.Builder,FilteredLogEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilteredLogEvent.BuildereventId(String eventId)The ID of the event.FilteredLogEvent.BuilderingestionTime(Long ingestionTime)The time the event was ingested, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.FilteredLogEvent.BuilderlogStreamName(String logStreamName)The name of the log stream to which this event belongs.FilteredLogEvent.Buildermessage(String message)The data contained in the log event.FilteredLogEvent.Buildertimestamp(Long timestamp)The time the event occurred, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.-
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 Detail
-
logStreamName
FilteredLogEvent.Builder logStreamName(String logStreamName)
The name of the log stream to which this event belongs.
- Parameters:
logStreamName- The name of the log stream to which this event belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
FilteredLogEvent.Builder timestamp(Long timestamp)
The time the event occurred, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.- Parameters:
timestamp- The time the event occurred, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
FilteredLogEvent.Builder message(String message)
The data contained in the log event.
- Parameters:
message- The data contained in the log event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionTime
FilteredLogEvent.Builder ingestionTime(Long ingestionTime)
The time the event was ingested, expressed as the number of milliseconds after
Jan 1, 1970 00:00:00 UTC.- Parameters:
ingestionTime- The time the event was ingested, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventId
FilteredLogEvent.Builder eventId(String eventId)
The ID of the event.
- Parameters:
eventId- The ID of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-