Interface PendingLogs.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PendingLogs.Builder,PendingLogs>,SdkBuilder<PendingLogs.Builder,PendingLogs>,SdkPojo
- Enclosing class:
- PendingLogs
public static interface PendingLogs.Builder extends SdkPojo, CopyableBuilder<PendingLogs.Builder,PendingLogs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingLogs.Builderaudit(Boolean audit)Enables audit logging.PendingLogs.Buildergeneral(Boolean general)Enables general logging.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
audit
PendingLogs.Builder audit(Boolean audit)
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
- Parameters:
audit- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
general
PendingLogs.Builder general(Boolean general)
Enables general logging.
- Parameters:
general- Enables general logging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-