Struct aws_sdk_managedblockchain::model::log_configuration::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for LogConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Indicates whether logging is enabled.
sourcepub fn build(self) -> LogConfiguration
pub fn build(self) -> LogConfiguration
Consumes the builder and constructs a LogConfiguration.