public static interface MemberFabricLogPublishingConfiguration.Builder extends SdkPojo, CopyableBuilder<MemberFabricLogPublishingConfiguration.Builder,MemberFabricLogPublishingConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default MemberFabricLogPublishingConfiguration.Builder |
caLogs(Consumer<LogConfigurations.Builder> caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA).
|
MemberFabricLogPublishingConfiguration.Builder |
caLogs(LogConfigurations caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberFabricLogPublishingConfiguration.Builder caLogs(LogConfigurations caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
caLogs - Configuration properties for logging events associated with a member's Certificate Authority (CA). CA
logs help you determine when a member in your account joins the network, or when new peers register
with a member CA.default MemberFabricLogPublishingConfiguration.Builder caLogs(Consumer<LogConfigurations.Builder> caLogs)
Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.
This is a convenience method that creates an instance of theLogConfigurations.Builder avoiding the
need to create one manually via LogConfigurations.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to caLogs(LogConfigurations).
caLogs - a consumer that will call methods on LogConfigurations.BuildercaLogs(LogConfigurations)Copyright © 2023. All rights reserved.