Uses of Interface
software.amazon.awssdk.services.managedblockchain.model.NodeLogPublishingConfiguration.Builder
-
Packages that use NodeLogPublishingConfiguration.Builder Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NodeLogPublishingConfiguration.Builder in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NodeLogPublishingConfiguration.Builder Modifier and Type Method Description static NodeLogPublishingConfiguration.BuilderNodeLogPublishingConfiguration. builder()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.NodeLogPublishingConfiguration.BuilderNodeLogPublishingConfiguration.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.NodeLogPublishingConfiguration.BuilderNodeLogPublishingConfiguration. toBuilder()Methods in software.amazon.awssdk.services.managedblockchain.model that return types with arguments of type NodeLogPublishingConfiguration.Builder Modifier and Type Method Description static Class<? extends NodeLogPublishingConfiguration.Builder>NodeLogPublishingConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.managedblockchain.model with type arguments of type NodeLogPublishingConfiguration.Builder Modifier and Type Method Description default Node.BuilderNode.Builder. logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.default NodeConfiguration.BuilderNodeConfiguration.Builder. logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.default UpdateNodeRequest.BuilderUpdateNodeRequest.Builder. logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)Configuration properties for publishing to Amazon CloudWatch Logs.
-