Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.NodeFrameworkAttributes.Builder
-
Packages that use NodeFrameworkAttributes.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NodeFrameworkAttributes.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NodeFrameworkAttributes.Builder Modifier and Type Method Description static NodeFrameworkAttributes.BuilderNodeFrameworkAttributes. builder()default NodeFrameworkAttributes.BuilderNodeFrameworkAttributes.Builder. ethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.NodeFrameworkAttributes.BuilderNodeFrameworkAttributes.Builder. ethereum(NodeEthereumAttributes ethereum)Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.default NodeFrameworkAttributes.BuilderNodeFrameworkAttributes.Builder. fabric(Consumer<NodeFabricAttributes.Builder> fabric)Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.NodeFrameworkAttributes.BuilderNodeFrameworkAttributes.Builder. fabric(NodeFabricAttributes fabric)Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.NodeFrameworkAttributes.BuilderNodeFrameworkAttributes. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NodeFrameworkAttributes.Builder Modifier and Type Method Description static Class<? extends NodeFrameworkAttributes.Builder>NodeFrameworkAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NodeFrameworkAttributes.Builder Modifier and Type Method Description default Node.BuilderNode.Builder. frameworkAttributes(Consumer<NodeFrameworkAttributes.Builder> frameworkAttributes)Attributes of the blockchain framework being used.
-