Interface CloudWatchLoggingConfiguration.Builder

  • Method Details

    • enabled

      Enables CloudWatch logging.

      Parameters:
      enabled - Enables CloudWatch logging.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logGroup

      The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.

      Parameters:
      logGroup - The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logStreamNamePrefix

      CloudWatchLoggingConfiguration.Builder logStreamNamePrefix(String logStreamNamePrefix)

      Prefix for the CloudWatch log stream name.

      Parameters:
      logStreamNamePrefix - Prefix for the CloudWatch log stream name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logTypes

      The types of logs that you want to publish to CloudWatch.

      Parameters:
      logTypes - The types of logs that you want to publish to CloudWatch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.