Struct aws_sdk_managedblockchain::types::builders::MemberFabricLogPublishingConfigurationBuilder
source · #[non_exhaustive]pub struct MemberFabricLogPublishingConfigurationBuilder { /* private fields */ }
Expand description
A builder for MemberFabricLogPublishingConfiguration
.
Implementations§
source§impl MemberFabricLogPublishingConfigurationBuilder
impl MemberFabricLogPublishingConfigurationBuilder
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 get_ca_logs(&self) -> &Option<LogConfigurations>
pub fn get_ca_logs(&self) -> &Option<LogConfigurations>
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
.
Trait Implementations§
source§impl Clone for MemberFabricLogPublishingConfigurationBuilder
impl Clone for MemberFabricLogPublishingConfigurationBuilder
source§fn clone(&self) -> MemberFabricLogPublishingConfigurationBuilder
fn clone(&self) -> MemberFabricLogPublishingConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for MemberFabricLogPublishingConfigurationBuilder
impl Default for MemberFabricLogPublishingConfigurationBuilder
source§fn default() -> MemberFabricLogPublishingConfigurationBuilder
fn default() -> MemberFabricLogPublishingConfigurationBuilder
source§impl PartialEq for MemberFabricLogPublishingConfigurationBuilder
impl PartialEq for MemberFabricLogPublishingConfigurationBuilder
source§fn eq(&self, other: &MemberFabricLogPublishingConfigurationBuilder) -> bool
fn eq(&self, other: &MemberFabricLogPublishingConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.