pub struct Builder { /* private fields */ }Expand description
A builder for MemberLogPublishingConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fabric(self, input: MemberFabricLogPublishingConfiguration) -> Self
pub fn fabric(self, input: MemberFabricLogPublishingConfiguration) -> Self
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
sourcepub fn set_fabric(
self,
input: Option<MemberFabricLogPublishingConfiguration>
) -> Self
pub fn set_fabric(
self,
input: Option<MemberFabricLogPublishingConfiguration>
) -> Self
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
sourcepub fn build(self) -> MemberLogPublishingConfiguration
pub fn build(self) -> MemberLogPublishingConfiguration
Consumes the builder and constructs a MemberLogPublishingConfiguration.