Interface AwsS3BucketLoggingConfiguration.Builder

  • Method Details

    • destinationBucketName

      AwsS3BucketLoggingConfiguration.Builder destinationBucketName(String destinationBucketName)

      The name of the S3 bucket where log files for the S3 bucket are stored.

      Parameters:
      destinationBucketName - The name of the S3 bucket where log files for the S3 bucket are stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logFilePrefix

      AwsS3BucketLoggingConfiguration.Builder logFilePrefix(String logFilePrefix)

      The prefix added to log files for the S3 bucket.

      Parameters:
      logFilePrefix - The prefix added to log files for the S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.