Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.NodeEthereumAttributes.Builder
-
Packages that use NodeEthereumAttributes.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NodeEthereumAttributes.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NodeEthereumAttributes.Builder Modifier and Type Method Description static NodeEthereumAttributes.BuilderNodeEthereumAttributes. builder()NodeEthereumAttributes.BuilderNodeEthereumAttributes.Builder. httpEndpoint(String httpEndpoint)The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client.NodeEthereumAttributes.BuilderNodeEthereumAttributes. toBuilder()NodeEthereumAttributes.BuilderNodeEthereumAttributes.Builder. webSocketEndpoint(String webSocketEndpoint)The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from a client.Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NodeEthereumAttributes.Builder Modifier and Type Method Description static Class<? extends NodeEthereumAttributes.Builder>NodeEthereumAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NodeEthereumAttributes.Builder Modifier and Type Method Description default NodeFrameworkAttributes.BuilderNodeFrameworkAttributes.Builder. ethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
-