public static interface LogsSummary.Builder extends SdkPojo, CopyableBuilder<LogsSummary.Builder,LogsSummary>
| Modifier and Type | Method and Description |
|---|---|
LogsSummary.Builder |
audit(Boolean audit)
Enables audit logging.
|
LogsSummary.Builder |
auditLogGroup(String auditLogGroup)
The location of the CloudWatch Logs log group where audit logs are sent.
|
LogsSummary.Builder |
general(Boolean general)
Enables general logging.
|
LogsSummary.Builder |
generalLogGroup(String generalLogGroup)
The location of the CloudWatch Logs log group where general logs are sent.
|
default LogsSummary.Builder |
pending(Consumer<PendingLogs.Builder> pending)
The list of information about logs pending to be deployed for the specified broker.
|
LogsSummary.Builder |
pending(PendingLogs pending)
The list of information about logs pending to be deployed for the specified broker.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogsSummary.Builder audit(Boolean audit)
Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.
audit - Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is
logged.LogsSummary.Builder auditLogGroup(String auditLogGroup)
The location of the CloudWatch Logs log group where audit logs are sent.
auditLogGroup - The location of the CloudWatch Logs log group where audit logs are sent.LogsSummary.Builder general(Boolean general)
Enables general logging.
general - Enables general logging.LogsSummary.Builder generalLogGroup(String generalLogGroup)
The location of the CloudWatch Logs log group where general logs are sent.
generalLogGroup - The location of the CloudWatch Logs log group where general logs are sent.LogsSummary.Builder pending(PendingLogs pending)
The list of information about logs pending to be deployed for the specified broker.
pending - The list of information about logs pending to be deployed for the specified broker.default LogsSummary.Builder pending(Consumer<PendingLogs.Builder> pending)
The list of information about logs pending to be deployed for the specified broker.
This is a convenience method that creates an instance of thePendingLogs.Builder avoiding the need to
create one manually via PendingLogs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to pending(PendingLogs).
pending - a consumer that will call methods on PendingLogs.Builderpending(PendingLogs)Copyright © 2023. All rights reserved.