Interface LoggingConfiguration.Builder

  • Method Details

    • s3BucketName

      LoggingConfiguration.Builder s3BucketName(String s3BucketName)

      The name of the S3 bucket for log delivery.

      Parameters:
      s3BucketName - The name of the S3 bucket for log delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudWatchLogGroupArn

      LoggingConfiguration.Builder cloudWatchLogGroupArn(String cloudWatchLogGroupArn)

      The ARN of the CloudWatch Logs log group for log delivery.

      Parameters:
      cloudWatchLogGroupArn - The ARN of the CloudWatch Logs log group for log delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logSchemaVersion

      LoggingConfiguration.Builder logSchemaVersion(String logSchemaVersion)

      The version of the log schema.

      Parameters:
      logSchemaVersion - The version of the log schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.