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