| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeFrameworkAttributes.Builder |
NodeFrameworkAttributes.builder() |
default NodeFrameworkAttributes.Builder |
NodeFrameworkAttributes.Builder.ethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
NodeFrameworkAttributes.Builder |
NodeFrameworkAttributes.Builder.ethereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
default NodeFrameworkAttributes.Builder |
NodeFrameworkAttributes.Builder.fabric(Consumer<NodeFabricAttributes.Builder> fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger
Fabric.
|
NodeFrameworkAttributes.Builder |
NodeFrameworkAttributes.Builder.fabric(NodeFabricAttributes fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger
Fabric.
|
NodeFrameworkAttributes.Builder |
NodeFrameworkAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodeFrameworkAttributes.Builder> |
NodeFrameworkAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Node.Builder |
Node.Builder.frameworkAttributes(Consumer<NodeFrameworkAttributes.Builder> frameworkAttributes)
Attributes of the blockchain framework being used.
|
Copyright © 2023. All rights reserved.