#[non_exhaustive]pub struct CloudWatchLogsDestinationConfigBuilder { /* private fields */ }Expand description
A builder for CloudWatchLogsDestinationConfig.
Implementations§
source§impl CloudWatchLogsDestinationConfigBuilder
impl CloudWatchLogsDestinationConfigBuilder
sourcepub fn log_group(self, input: impl Into<String>) -> Self
pub fn log_group(self, input: impl Into<String>) -> Self
The name of the log group where the project stores evaluation events.
sourcepub fn set_log_group(self, input: Option<String>) -> Self
pub fn set_log_group(self, input: Option<String>) -> Self
The name of the log group where the project stores evaluation events.
sourcepub fn build(self) -> CloudWatchLogsDestinationConfig
pub fn build(self) -> CloudWatchLogsDestinationConfig
Consumes the builder and constructs a CloudWatchLogsDestinationConfig.
Trait Implementations§
source§impl Clone for CloudWatchLogsDestinationConfigBuilder
impl Clone for CloudWatchLogsDestinationConfigBuilder
source§fn clone(&self) -> CloudWatchLogsDestinationConfigBuilder
fn clone(&self) -> CloudWatchLogsDestinationConfigBuilder
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 CloudWatchLogsDestinationConfigBuilder
impl Default for CloudWatchLogsDestinationConfigBuilder
source§fn default() -> CloudWatchLogsDestinationConfigBuilder
fn default() -> CloudWatchLogsDestinationConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CloudWatchLogsDestinationConfigBuilder> for CloudWatchLogsDestinationConfigBuilder
impl PartialEq<CloudWatchLogsDestinationConfigBuilder> for CloudWatchLogsDestinationConfigBuilder
source§fn eq(&self, other: &CloudWatchLogsDestinationConfigBuilder) -> bool
fn eq(&self, other: &CloudWatchLogsDestinationConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.