public static interface NetworkFrameworkConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkFrameworkConfiguration.Builder,NetworkFrameworkConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default NetworkFrameworkConfiguration.Builder |
fabric(Consumer<NetworkFabricConfiguration.Builder> fabric)
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
|
NetworkFrameworkConfiguration.Builder |
fabric(NetworkFabricConfiguration fabric)
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkFrameworkConfiguration.Builder fabric(NetworkFabricConfiguration fabric)
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
fabric - Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger
Fabric.default NetworkFrameworkConfiguration.Builder fabric(Consumer<NetworkFabricConfiguration.Builder> fabric)
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
This is a convenience method that creates an instance of theNetworkFabricConfiguration.Builder
avoiding the need to create one manually via NetworkFabricConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to fabric(NetworkFabricConfiguration).
fabric - a consumer that will call methods on NetworkFabricConfiguration.Builderfabric(NetworkFabricConfiguration)Copyright © 2023. All rights reserved.