#[non_exhaustive]pub struct AwsAmazonMqBrokerLogsDetailsBuilder { /* private fields */ }Expand description
A builder for AwsAmazonMqBrokerLogsDetails.
Implementations§
source§impl AwsAmazonMqBrokerLogsDetailsBuilder
impl AwsAmazonMqBrokerLogsDetailsBuilder
sourcepub fn audit(self, input: bool) -> Self
pub fn audit(self, input: bool) -> Self
Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn't apply to RabbitMQ brokers.
sourcepub fn set_audit(self, input: Option<bool>) -> Self
pub fn set_audit(self, input: Option<bool>) -> Self
Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn't apply to RabbitMQ brokers.
sourcepub fn get_audit(&self) -> &Option<bool>
pub fn get_audit(&self) -> &Option<bool>
Activates audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged. Doesn't apply to RabbitMQ brokers.
sourcepub fn set_general(self, input: Option<bool>) -> Self
pub fn set_general(self, input: Option<bool>) -> Self
Activates general logging.
sourcepub fn get_general(&self) -> &Option<bool>
pub fn get_general(&self) -> &Option<bool>
Activates general logging.
sourcepub fn audit_log_group(self, input: impl Into<String>) -> Self
pub fn audit_log_group(self, input: impl Into<String>) -> Self
The location of the CloudWatch Logs log group where audit logs are sent.
sourcepub fn set_audit_log_group(self, input: Option<String>) -> Self
pub fn set_audit_log_group(self, input: Option<String>) -> Self
The location of the CloudWatch Logs log group where audit logs are sent.
sourcepub fn get_audit_log_group(&self) -> &Option<String>
pub fn get_audit_log_group(&self) -> &Option<String>
The location of the CloudWatch Logs log group where audit logs are sent.
sourcepub fn general_log_group(self, input: impl Into<String>) -> Self
pub fn general_log_group(self, input: impl Into<String>) -> Self
The location of the CloudWatch Logs log group where general logs are sent.
sourcepub fn set_general_log_group(self, input: Option<String>) -> Self
pub fn set_general_log_group(self, input: Option<String>) -> Self
The location of the CloudWatch Logs log group where general logs are sent.
sourcepub fn get_general_log_group(&self) -> &Option<String>
pub fn get_general_log_group(&self) -> &Option<String>
The location of the CloudWatch Logs log group where general logs are sent.
sourcepub fn pending(self, input: AwsAmazonMqBrokerLogsPendingDetails) -> Self
pub fn pending(self, input: AwsAmazonMqBrokerLogsPendingDetails) -> Self
The list of information about logs that are to be turned on for the specified broker.
sourcepub fn set_pending(
self,
input: Option<AwsAmazonMqBrokerLogsPendingDetails>
) -> Self
pub fn set_pending( self, input: Option<AwsAmazonMqBrokerLogsPendingDetails> ) -> Self
The list of information about logs that are to be turned on for the specified broker.
sourcepub fn get_pending(&self) -> &Option<AwsAmazonMqBrokerLogsPendingDetails>
pub fn get_pending(&self) -> &Option<AwsAmazonMqBrokerLogsPendingDetails>
The list of information about logs that are to be turned on for the specified broker.
sourcepub fn build(self) -> AwsAmazonMqBrokerLogsDetails
pub fn build(self) -> AwsAmazonMqBrokerLogsDetails
Consumes the builder and constructs a AwsAmazonMqBrokerLogsDetails.
Trait Implementations§
source§impl Clone for AwsAmazonMqBrokerLogsDetailsBuilder
impl Clone for AwsAmazonMqBrokerLogsDetailsBuilder
source§fn clone(&self) -> AwsAmazonMqBrokerLogsDetailsBuilder
fn clone(&self) -> AwsAmazonMqBrokerLogsDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsAmazonMqBrokerLogsDetailsBuilder
impl Default for AwsAmazonMqBrokerLogsDetailsBuilder
source§fn default() -> AwsAmazonMqBrokerLogsDetailsBuilder
fn default() -> AwsAmazonMqBrokerLogsDetailsBuilder
source§impl PartialEq for AwsAmazonMqBrokerLogsDetailsBuilder
impl PartialEq for AwsAmazonMqBrokerLogsDetailsBuilder
source§fn eq(&self, other: &AwsAmazonMqBrokerLogsDetailsBuilder) -> bool
fn eq(&self, other: &AwsAmazonMqBrokerLogsDetailsBuilder) -> bool
self and other values to be equal, and is used
by ==.