#[non_exhaustive]pub struct ConnectionLogResponseOptionsBuilder { /* private fields */ }Expand description
A builder for ConnectionLogResponseOptions.
Implementations§
source§impl ConnectionLogResponseOptionsBuilder
impl ConnectionLogResponseOptionsBuilder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Indicates whether client connection logging is enabled for the Client VPN endpoint.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Indicates whether client connection logging is enabled for the Client VPN endpoint.
sourcepub fn cloudwatch_log_group(self, input: impl Into<String>) -> Self
pub fn cloudwatch_log_group(self, input: impl Into<String>) -> Self
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
sourcepub fn set_cloudwatch_log_group(self, input: Option<String>) -> Self
pub fn set_cloudwatch_log_group(self, input: Option<String>) -> Self
The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
sourcepub fn cloudwatch_log_stream(self, input: impl Into<String>) -> Self
pub fn cloudwatch_log_stream(self, input: impl Into<String>) -> Self
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
sourcepub fn set_cloudwatch_log_stream(self, input: Option<String>) -> Self
pub fn set_cloudwatch_log_stream(self, input: Option<String>) -> Self
The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
sourcepub fn build(self) -> ConnectionLogResponseOptions
pub fn build(self) -> ConnectionLogResponseOptions
Consumes the builder and constructs a ConnectionLogResponseOptions.
Trait Implementations§
source§impl Clone for ConnectionLogResponseOptionsBuilder
impl Clone for ConnectionLogResponseOptionsBuilder
source§fn clone(&self) -> ConnectionLogResponseOptionsBuilder
fn clone(&self) -> ConnectionLogResponseOptionsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ConnectionLogResponseOptionsBuilder
impl Default for ConnectionLogResponseOptionsBuilder
source§fn default() -> ConnectionLogResponseOptionsBuilder
fn default() -> ConnectionLogResponseOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ConnectionLogResponseOptionsBuilder> for ConnectionLogResponseOptionsBuilder
impl PartialEq<ConnectionLogResponseOptionsBuilder> for ConnectionLogResponseOptionsBuilder
source§fn eq(&self, other: &ConnectionLogResponseOptionsBuilder) -> bool
fn eq(&self, other: &ConnectionLogResponseOptionsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.