Class QldbDriverBuilder
Builder object for creating a QldbDriver, allowing for configuration of the parameters of construction.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Amazon.QLDB.Driver
Assembly: Amazon.QLDB.Driver.dll
Syntax
public class QldbDriverBuilder : BaseQldbDriverBuilder<QldbDriverBuilder>
Methods
| Improve this Doc View SourceBuild()
Build a driver instance using the current configuration set with the builder.
Declaration
public QldbDriver Build()
Returns
Type | Description |
---|---|
QldbDriver | A newly created driver. |