Interface AwsS3BucketLoggingConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration>, SdkBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration>, SdkPojo
Enclosing class:
AwsS3BucketLoggingConfiguration

public static interface AwsS3BucketLoggingConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsS3BucketLoggingConfiguration.Builder,AwsS3BucketLoggingConfiguration>
  • 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.