java.lang.Object | |
↳ | org.mule.module.s3.model.BucketLoggingConfiguration |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
destinationBucketName | |||||||||||
logFilePrefix |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new bucket logging configuration which enables server access logs to be collected and stored in the specified destination bucket with the specified log file
prefix.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the destination bucket name for this logging configuration.
| |||||||||||
Returns the optional log file prefix.
| |||||||||||
Returns true if logging is enabled.
| |||||||||||
Sets the destination bucket name for this logging configuration.
| |||||||||||
Sets the log file prefix for this bucket logging configuration.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates a new bucket logging configuration which enables server access logs to be collected and stored in the specified destination bucket with the specified log file prefix.
destinationBucketName | The name of the bucket to which to delivery server access logs from the target bucket. This may be the same bucket for which logging is being configured. |
---|---|
logFilePrefix | The optional prefix to append to server access logs when they are written to the destination bucket. |
Returns the destination bucket name for this logging configuration.
Returns the optional log file prefix.
Returns true if logging is enabled.
Sets the destination bucket name for this logging configuration.
destinationBucketName | The destination bucket name for this logging configuration. |
---|
Sets the log file prefix for this bucket logging configuration.
logFilePrefix | The log file prefix for this logging configuration. |
---|