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