Interface CloudWatchLogging.Builder

  • Method Details

    • logGroup

      CloudWatchLogging.Builder logGroup(String logGroup)

      The name of the CloudWatch Logs log group to send logs to.

      Parameters:
      logGroup - The name of the CloudWatch Logs log group to send logs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logStream

      CloudWatchLogging.Builder logStream(String logStream)

      The name of the CloudWatch Logs log stream within the log group.

      Parameters:
      logStream - The name of the CloudWatch Logs log stream within the log group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.