pub struct Builder { /* private fields */ }Expand description
A builder for NetworkFabricAttributes.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ordering_service_endpoint(self, input: impl Into<String>) -> Self
pub fn ordering_service_endpoint(self, input: impl Into<String>) -> Self
The endpoint of the ordering service for the network.
sourcepub fn set_ordering_service_endpoint(self, input: Option<String>) -> Self
pub fn set_ordering_service_endpoint(self, input: Option<String>) -> Self
The endpoint of the ordering service for the network.
sourcepub fn edition(self, input: Edition) -> Self
pub fn edition(self, input: Edition) -> Self
The edition of Amazon Managed Blockchain that Hyperledger Fabric 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 Hyperledger Fabric uses. For more information, see Amazon Managed Blockchain Pricing.
sourcepub fn build(self) -> NetworkFabricAttributes
pub fn build(self) -> NetworkFabricAttributes
Consumes the builder and constructs a NetworkFabricAttributes.