Interface OutputLogEvent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OutputLogEvent.Builder,,OutputLogEvent> SdkBuilder<OutputLogEvent.Builder,,OutputLogEvent> SdkPojo
- Enclosing class:
 OutputLogEvent
@Mutable
@NotThreadSafe
public static interface OutputLogEvent.Builder
extends SdkPojo, CopyableBuilder<OutputLogEvent.Builder,OutputLogEvent> 
- 
Method Summary
Modifier and TypeMethodDescriptioningestionTime(Long ingestionTime) The time the event was ingested, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.The data contained in the log event.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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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
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.
 
 
 -