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.
|
copy
applyMutation, build
LogsSummary.Builder audit(Boolean audit)
audit
- Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is
logged.LogsSummary.Builder auditLogGroup(String auditLogGroup)
auditLogGroup
- The location of the CloudWatch Logs log group where audit logs are sent.LogsSummary.Builder general(Boolean general)
general
- Enables general logging.LogsSummary.Builder generalLogGroup(String generalLogGroup)
generalLogGroup
- The location of the CloudWatch Logs log group where general logs are sent.LogsSummary.Builder pending(PendingLogs pending)
pending
- The list of information about logs pending to be deployed for the specified broker.default LogsSummary.Builder pending(Consumer<PendingLogs.Builder> pending)
PendingLogs.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.Builder
pending(PendingLogs)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.