public static interface NetworkFrameworkAttributes.Builder extends SdkPojo, CopyableBuilder<NetworkFrameworkAttributes.Builder,NetworkFrameworkAttributes>
| Modifier and Type | Method and Description |
|---|---|
default NetworkFrameworkAttributes.Builder |
ethereum(Consumer<NetworkEthereumAttributes.Builder> ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
NetworkFrameworkAttributes.Builder |
ethereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
|
default NetworkFrameworkAttributes.Builder |
fabric(Consumer<NetworkFabricAttributes.Builder> fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
NetworkFrameworkAttributes.Builder |
fabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFrameworkAttributes.Builder fabric(NetworkFabricAttributes fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
fabric - Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.default NetworkFrameworkAttributes.Builder fabric(Consumer<NetworkFabricAttributes.Builder> fabric)
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
This is a convenience method that creates an instance of theNetworkFabricAttributes.Builder avoiding
the need to create one manually via NetworkFabricAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to fabric(NetworkFabricAttributes).
fabric - a consumer that will call methods on NetworkFabricAttributes.Builderfabric(NetworkFabricAttributes)NetworkFrameworkAttributes.Builder ethereum(NetworkEthereumAttributes ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
ethereum - Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum
network.default NetworkFrameworkAttributes.Builder ethereum(Consumer<NetworkEthereumAttributes.Builder> ethereum)
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
This is a convenience method that creates an instance of theNetworkEthereumAttributes.Builder
avoiding the need to create one manually via NetworkEthereumAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ethereum(NetworkEthereumAttributes).
ethereum - a consumer that will call methods on NetworkEthereumAttributes.Builderethereum(NetworkEthereumAttributes)Copyright © 2023. All rights reserved.