| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeEthereumAttributes.Builder |
NodeEthereumAttributes.builder() |
NodeEthereumAttributes.Builder |
NodeEthereumAttributes.Builder.httpEndpoint(String httpEndpoint)
The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a
client.
|
NodeEthereumAttributes.Builder |
NodeEthereumAttributes.toBuilder() |
NodeEthereumAttributes.Builder |
NodeEthereumAttributes.Builder.webSocketEndpoint(String webSocketEndpoint)
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections
from a client.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodeEthereumAttributes.Builder> |
NodeEthereumAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NodeFrameworkAttributes.Builder |
NodeFrameworkAttributes.Builder.ethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
Copyright © 2023. All rights reserved.