Uses of Interface
software.amazon.awssdk.services.mq.model.LogsSummary.Builder
-
Packages that use LogsSummary.Builder Package Description software.amazon.awssdk.services.mq.model -
-
Uses of LogsSummary.Builder in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return LogsSummary.Builder Modifier and Type Method Description LogsSummary.BuilderLogsSummary.Builder. audit(Boolean audit)Enables audit logging.LogsSummary.BuilderLogsSummary.Builder. auditLogGroup(String auditLogGroup)The location of the CloudWatch Logs log group where audit logs are sent.static LogsSummary.BuilderLogsSummary. builder()LogsSummary.BuilderLogsSummary.Builder. general(Boolean general)Enables general logging.LogsSummary.BuilderLogsSummary.Builder. generalLogGroup(String generalLogGroup)The location of the CloudWatch Logs log group where general logs are sent.default LogsSummary.BuilderLogsSummary.Builder. pending(Consumer<PendingLogs.Builder> pending)The list of information about logs pending to be deployed for the specified broker.LogsSummary.BuilderLogsSummary.Builder. pending(PendingLogs pending)The list of information about logs pending to be deployed for the specified broker.LogsSummary.BuilderLogsSummary. toBuilder()Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type LogsSummary.Builder Modifier and Type Method Description static Class<? extends LogsSummary.Builder>LogsSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type LogsSummary.Builder Modifier and Type Method Description default DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. logs(Consumer<LogsSummary.Builder> logs)The list of information about logs currently enabled and pending to be deployed for the specified broker.
-