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 Details

    • 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

      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.