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