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