Struct aws_sdk_managedblockchain::model::node_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NodeConfiguration
Implementations
The Amazon Managed Blockchain instance type for the node.
The Amazon Managed Blockchain instance type for the node.
The Availability Zone in which the node exists. Required for Ethereum nodes.
The Availability Zone in which the node exists. Required for Ethereum nodes.
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
pub fn set_log_publishing_configuration(
self,
input: Option<NodeLogPublishingConfiguration>
) -> Self
pub fn set_log_publishing_configuration(
self,
input: Option<NodeLogPublishingConfiguration>
) -> Self
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
The state database that the node uses. Values are LevelDB
or CouchDB
. When using an Amazon Managed Blockchain network with Hyperledger Fabric version 1.4 or later, the default is CouchDB
.
Applies only to Hyperledger Fabric.
The state database that the node uses. Values are LevelDB
or CouchDB
. When using an Amazon Managed Blockchain network with Hyperledger Fabric version 1.4 or later, the default is CouchDB
.
Applies only to Hyperledger Fabric.
Consumes the builder and constructs a NodeConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more