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