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