@Stability(value=Stable) public static final class CfnBroker.LogListProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBroker.LogListProperty>
CfnBroker.LogListProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBroker.LogListProperty.Builder |
audit(Boolean audit)
Sets the value of
CfnBroker.LogListProperty.getAudit() |
CfnBroker.LogListProperty.Builder |
audit(IResolvable audit)
Sets the value of
CfnBroker.LogListProperty.getAudit() |
CfnBroker.LogListProperty |
build()
Builds the configured instance.
|
CfnBroker.LogListProperty.Builder |
general(Boolean general)
Sets the value of
CfnBroker.LogListProperty.getGeneral() |
CfnBroker.LogListProperty.Builder |
general(IResolvable general)
Sets the value of
CfnBroker.LogListProperty.getGeneral() |
@Stability(value=Stable) public CfnBroker.LogListProperty.Builder audit(Boolean audit)
CfnBroker.LogListProperty.getAudit()audit - Enables audit logging.
Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.this@Stability(value=Stable) public CfnBroker.LogListProperty.Builder audit(IResolvable audit)
CfnBroker.LogListProperty.getAudit()audit - Enables audit logging.
Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.this@Stability(value=Stable) public CfnBroker.LogListProperty.Builder general(Boolean general)
CfnBroker.LogListProperty.getGeneral()general - Enables general logging.this@Stability(value=Stable) public CfnBroker.LogListProperty.Builder general(IResolvable general)
CfnBroker.LogListProperty.getGeneral()general - Enables general logging.this@Stability(value=Stable) public CfnBroker.LogListProperty build()
build in interface software.amazon.jsii.Builder<CfnBroker.LogListProperty>CfnBroker.LogListPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.