Interface LogPublishingOption.Builder

  • Method Details

    • cloudWatchLogsLogGroupArn

      LogPublishingOption.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)

      The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.

      Parameters:
      cloudWatchLogsLogGroupArn - The Amazon Resource Name (ARN) of the CloudWatch Logs group to publish logs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enabled

      Whether the log should be published.

      Parameters:
      enabled - Whether the log should be published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.