Interface MemberFabricLogPublishingConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MemberFabricLogPublishingConfiguration.Builder,,MemberFabricLogPublishingConfiguration> SdkBuilder<MemberFabricLogPublishingConfiguration.Builder,,MemberFabricLogPublishingConfiguration> SdkPojo
- Enclosing class:
 MemberFabricLogPublishingConfiguration
public static interface MemberFabricLogPublishingConfiguration.Builder
extends SdkPojo, CopyableBuilder<MemberFabricLogPublishingConfiguration.Builder,MemberFabricLogPublishingConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptioncaLogs(Consumer<LogConfigurations.Builder> caLogs) Configuration properties for logging events associated with a member's Certificate Authority (CA).caLogs(LogConfigurations caLogs) Configuration properties for logging events associated with a member's Certificate Authority (CA).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
caLogs
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.Builderavoiding the need to create one manually viaLogConfigurations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocaLogs(LogConfigurations).- Parameters:
 caLogs- a consumer that will call methods onLogConfigurations.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -