pub struct Builder { /* private fields */ }Expand description
A builder for NetworkFabricConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn edition(self, input: Edition) -> Self
pub fn edition(self, input: Edition) -> Self
The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.
sourcepub fn set_edition(self, input: Option<Edition>) -> Self
pub fn set_edition(self, input: Option<Edition>) -> Self
The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.
sourcepub fn build(self) -> NetworkFabricConfiguration
pub fn build(self) -> NetworkFabricConfiguration
Consumes the builder and constructs a NetworkFabricConfiguration.