Struct aws_sdk_managedblockchain::model::member_fabric_log_publishing_configuration::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for MemberFabricLogPublishingConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ca_logs(self, input: LogConfigurations) -> Self
pub fn ca_logs(self, input: LogConfigurations) -> Self
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
sourcepub fn set_ca_logs(self, input: Option<LogConfigurations>) -> Self
pub fn set_ca_logs(self, input: Option<LogConfigurations>) -> Self
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
sourcepub fn build(self) -> MemberFabricLogPublishingConfiguration
pub fn build(self) -> MemberFabricLogPublishingConfiguration
Consumes the builder and constructs a MemberFabricLogPublishingConfiguration.