Creates a strongly-typed BatchWrite object, allowing
a batch-write operation against DynamoDB.

C# |
public BatchWrite<T> CreateBatchWrite<T>( DynamoDBOperationConfig operationConfig )

- T
- Type of objects to write

- operationConfig (DynamoDBOperationConfig)
- Config object which can be used to override that table used.

Empty strongly-typed BatchWrite object