| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeFabricAttributes.Builder |
NodeFabricAttributes.builder() |
NodeFabricAttributes.Builder |
NodeFabricAttributes.Builder.peerEndpoint(String peerEndpoint)
The endpoint that identifies the peer node for all services except peer channel-based event services.
|
NodeFabricAttributes.Builder |
NodeFabricAttributes.Builder.peerEventEndpoint(String peerEventEndpoint)
The endpoint that identifies the peer node for peer channel-based event services.
|
NodeFabricAttributes.Builder |
NodeFabricAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodeFabricAttributes.Builder> |
NodeFabricAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.