public static interface Logs.Builder extends SdkPojo, CopyableBuilder<Logs.Builder,Logs>
Modifier and Type | Method and Description |
---|---|
Logs.Builder |
audit(Boolean audit)
Enables audit logging.
|
Logs.Builder |
general(Boolean general)
Enables general logging.
|
copy
applyMutation, build
Logs.Builder audit(Boolean audit)
audit
- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is
logged.Logs.Builder general(Boolean general)
general
- Enables general logging.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.