pub struct Builder { /* private fields */ }Expand description
A builder for MemberFrameworkConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn fabric(self, input: MemberFabricConfiguration) -> Self
pub fn fabric(self, input: MemberFabricConfiguration) -> Self
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
sourcepub fn set_fabric(self, input: Option<MemberFabricConfiguration>) -> Self
pub fn set_fabric(self, input: Option<MemberFabricConfiguration>) -> Self
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
sourcepub fn build(self) -> MemberFrameworkConfiguration
pub fn build(self) -> MemberFrameworkConfiguration
Consumes the builder and constructs a MemberFrameworkConfiguration.