Interface NodeLogPublishingConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NodeLogPublishingConfiguration.Builder,,- NodeLogPublishingConfiguration> - SdkBuilder<NodeLogPublishingConfiguration.Builder,,- NodeLogPublishingConfiguration> - SdkPojo
- Enclosing class:
- NodeLogPublishingConfiguration
@Mutable
@NotThreadSafe
public static interface NodeLogPublishingConfiguration.Builder
extends SdkPojo, CopyableBuilder<NodeLogPublishingConfiguration.Builder,NodeLogPublishingConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionConfiguration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fabricConfiguration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fabricdefault 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. This is a convenience method that creates an instance of theNodeFabricLogPublishingConfiguration.Builderavoiding the need to create one manually viaNodeFabricLogPublishingConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofabric(NodeFabricLogPublishingConfiguration).- Parameters:
- fabric- a consumer that will call methods on- NodeFabricLogPublishingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-