Java com.amazonaws.services.s3.model BucketLoggingConfiguration fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model BucketLoggingConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model BucketLoggingConfiguration.

The text is from its open source code.

Constructor

BucketLoggingConfiguration()
Creates a new bucket logging configuration, which by default is disabled.

Method

StringgetDestinationBucketName()
Returns the destination bucket name for this logging configuration.
StringgetLogFilePrefix()
Returns the optional log file prefix.
booleanisLoggingEnabled()
Returns true if logging is enabled.
voidsetDestinationBucketName(String destinationBucketName)
Sets the destination bucket name for this logging configuration.
voidsetLogFilePrefix(String logFilePrefix)
Sets the log file prefix for this bucket logging configuration.