Interface NodeLogPublishingConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NodeLogPublishingConfiguration.Builder,
,NodeLogPublishingConfiguration> SdkBuilder<NodeLogPublishingConfiguration.Builder,
,NodeLogPublishingConfiguration> SdkPojo
- Enclosing class:
NodeLogPublishingConfiguration
public static interface NodeLogPublishingConfiguration.Builder
extends SdkPojo, CopyableBuilder<NodeLogPublishingConfiguration.Builder,NodeLogPublishingConfiguration>
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- 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.
-
fabric
default 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.Builder
avoiding the need to create one manually viaNodeFabricLogPublishingConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofabric(NodeFabricLogPublishingConfiguration)
.- Parameters:
fabric
- a consumer that will call methods onNodeFabricLogPublishingConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-