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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default NodeLogPublishingConfiguration.Builderfabric(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.Builderfabric(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.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fabric
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.
- 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.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 onNodeFabricLogPublishingConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fabric(NodeFabricLogPublishingConfiguration)
-
-