Struct aws_sdk_lexmodelsv2::model::text_log_destination::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for TextLogDestination.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cloud_watch(self, input: CloudWatchLogGroupLogDestination) -> Self
pub fn cloud_watch(self, input: CloudWatchLogGroupLogDestination) -> Self
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
sourcepub fn set_cloud_watch(
self,
input: Option<CloudWatchLogGroupLogDestination>
) -> Self
pub fn set_cloud_watch(
self,
input: Option<CloudWatchLogGroupLogDestination>
) -> Self
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
sourcepub fn build(self) -> TextLogDestination
pub fn build(self) -> TextLogDestination
Consumes the builder and constructs a TextLogDestination.