| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeLogPublishingConfiguration.Builder |
NodeLogPublishingConfiguration.builder() |
default NodeLogPublishingConfiguration.Builder |
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 |
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.
|
NodeLogPublishingConfiguration.Builder |
NodeLogPublishingConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NodeLogPublishingConfiguration.Builder> |
NodeLogPublishingConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateNodeRequest.Builder |
UpdateNodeRequest.Builder.logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
default NodeConfiguration.Builder |
NodeConfiguration.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 Node.Builder |
Node.Builder.logPublishingConfiguration(Consumer<NodeLogPublishingConfiguration.Builder> logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
Copyright © 2023. All rights reserved.