public static interface NodeFrameworkAttributes.Builder extends SdkPojo, CopyableBuilder<NodeFrameworkAttributes.Builder,NodeFrameworkAttributes>
| Modifier and Type | Method and Description |
|---|---|
default NodeFrameworkAttributes.Builder |
ethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
NodeFrameworkAttributes.Builder |
ethereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
default 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 |
fabric(NodeFabricAttributes fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger
Fabric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeFrameworkAttributes.Builder fabric(NodeFabricAttributes fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
fabric - Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger
Fabric.default NodeFrameworkAttributes.Builder fabric(Consumer<NodeFabricAttributes.Builder> fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
This is a convenience method that creates an instance of theNodeFabricAttributes.Builder avoiding
the need to create one manually via NodeFabricAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fabric(NodeFabricAttributes).
fabric - a consumer that will call methods on NodeFabricAttributes.Builderfabric(NodeFabricAttributes)NodeFrameworkAttributes.Builder ethereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
ethereum - Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.default NodeFrameworkAttributes.Builder ethereum(Consumer<NodeEthereumAttributes.Builder> ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
This is a convenience method that creates an instance of theNodeEthereumAttributes.Builder avoiding
the need to create one manually via NodeEthereumAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ethereum(NodeEthereumAttributes).
ethereum - a consumer that will call methods on NodeEthereumAttributes.Builderethereum(NodeEthereumAttributes)Copyright © 2023. All rights reserved.