Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.NodeFabricLogPublishingConfiguration.Builder
-
Packages that use NodeFabricLogPublishingConfiguration.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NodeFabricLogPublishingConfiguration.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NodeFabricLogPublishingConfiguration.Builder Modifier and Type Method Description static NodeFabricLogPublishingConfiguration.BuilderNodeFabricLogPublishingConfiguration. builder()default NodeFabricLogPublishingConfiguration.BuilderNodeFabricLogPublishingConfiguration.Builder. chaincodeLogs(Consumer<LogConfigurations.Builder> chaincodeLogs)Configuration properties for logging events associated with chaincode execution on a peer node.NodeFabricLogPublishingConfiguration.BuilderNodeFabricLogPublishingConfiguration.Builder. chaincodeLogs(LogConfigurations chaincodeLogs)Configuration properties for logging events associated with chaincode execution on a peer node.default NodeFabricLogPublishingConfiguration.BuilderNodeFabricLogPublishingConfiguration.Builder. peerLogs(Consumer<LogConfigurations.Builder> peerLogs)Configuration properties for a peer node log.NodeFabricLogPublishingConfiguration.BuilderNodeFabricLogPublishingConfiguration.Builder. peerLogs(LogConfigurations peerLogs)Configuration properties for a peer node log.NodeFabricLogPublishingConfiguration.BuilderNodeFabricLogPublishingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NodeFabricLogPublishingConfiguration.Builder Modifier and Type Method Description static Class<? extends NodeFabricLogPublishingConfiguration.Builder>NodeFabricLogPublishingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NodeFabricLogPublishingConfiguration.Builder Modifier and Type Method Description default NodeLogPublishingConfiguration.BuilderNodeLogPublishingConfiguration.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.
-