Interface LiveTailSessionLogEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LiveTailSessionLogEvent.Builder,LiveTailSessionLogEvent>,SdkBuilder<LiveTailSessionLogEvent.Builder,LiveTailSessionLogEvent>,SdkPojo
- Enclosing class:
- LiveTailSessionLogEvent
public static interface LiveTailSessionLogEvent.Builder extends SdkPojo, CopyableBuilder<LiveTailSessionLogEvent.Builder,LiveTailSessionLogEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveTailSessionLogEvent.BuilderingestionTime(Long ingestionTime)The timestamp specifying when this log event was ingested into the log group.LiveTailSessionLogEvent.BuilderlogGroupIdentifier(String logGroupIdentifier)The name or ARN of the log group that ingested this log event.LiveTailSessionLogEvent.BuilderlogStreamName(String logStreamName)The name of the log stream that ingested this log event.LiveTailSessionLogEvent.Buildermessage(String message)The log event message text.LiveTailSessionLogEvent.Buildertimestamp(Long timestamp)The timestamp specifying when this log event was created.-
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
LiveTailSessionLogEvent.Builder logStreamName(String logStreamName)
The name of the log stream that ingested this log event.
- Parameters:
logStreamName- The name of the log stream that ingested this log event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupIdentifier
LiveTailSessionLogEvent.Builder logGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that ingested this log event.
- Parameters:
logGroupIdentifier- The name or ARN of the log group that ingested this log event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
LiveTailSessionLogEvent.Builder message(String message)
The log event message text.
- Parameters:
message- The log event message text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
LiveTailSessionLogEvent.Builder timestamp(Long timestamp)
The timestamp specifying when this log event was created.
- Parameters:
timestamp- The timestamp specifying when this log event was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionTime
LiveTailSessionLogEvent.Builder ingestionTime(Long ingestionTime)
The timestamp specifying when this log event was ingested into the log group.
- Parameters:
ingestionTime- The timestamp specifying when this log event was ingested into the log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-