Class AsyncQldbDriverBuilder
Builder object for creating an AsyncQldbDriver, 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 AsyncQldbDriverBuilder : BaseQldbDriverBuilder<AsyncQldbDriverBuilder>
Methods
| Improve this Doc View SourceBuild()
Build a driver instance using the current configuration set with the builder.
Declaration
public AsyncQldbDriver Build()
Returns
Type | Description |
---|---|
AsyncQldbDriver | A newly created driver. |