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