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