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