#[non_exhaustive]pub struct CloudWatchLogsDestinationBuilder { /* private fields */ }Expand description
A builder for CloudWatchLogsDestination.
Implementations§
source§impl CloudWatchLogsDestinationBuilder
impl CloudWatchLogsDestinationBuilder
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) -> CloudWatchLogsDestination
pub fn build(self) -> CloudWatchLogsDestination
Consumes the builder and constructs a CloudWatchLogsDestination.
Trait Implementations§
source§impl Clone for CloudWatchLogsDestinationBuilder
impl Clone for CloudWatchLogsDestinationBuilder
source§fn clone(&self) -> CloudWatchLogsDestinationBuilder
fn clone(&self) -> CloudWatchLogsDestinationBuilder
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 CloudWatchLogsDestinationBuilder
impl Default for CloudWatchLogsDestinationBuilder
source§fn default() -> CloudWatchLogsDestinationBuilder
fn default() -> CloudWatchLogsDestinationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CloudWatchLogsDestinationBuilder> for CloudWatchLogsDestinationBuilder
impl PartialEq<CloudWatchLogsDestinationBuilder> for CloudWatchLogsDestinationBuilder
source§fn eq(&self, other: &CloudWatchLogsDestinationBuilder) -> bool
fn eq(&self, other: &CloudWatchLogsDestinationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.