pub struct Builder { /* private fields */ }Expand description
A builder for LogConfigurations.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cloudwatch(self, input: LogConfiguration) -> Self
pub fn cloudwatch(self, input: LogConfiguration) -> Self
Parameters for publishing logs to Amazon CloudWatch Logs.
sourcepub fn set_cloudwatch(self, input: Option<LogConfiguration>) -> Self
pub fn set_cloudwatch(self, input: Option<LogConfiguration>) -> Self
Parameters for publishing logs to Amazon CloudWatch Logs.
sourcepub fn build(self) -> LogConfigurations
pub fn build(self) -> LogConfigurations
Consumes the builder and constructs a LogConfigurations.