We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe57dd commit 8c78f8aCopy full SHA for 8c78f8a
dynamodb-driver/src/main/java/org/jnosql/diana/dynamodb/DynamoDBBuilder.java
@@ -15,11 +15,15 @@
15
package org.jnosql.diana.dynamodb;
16
17
public interface DynamoDBBuilder {
18
-
19
- void endpoint(String endpoint);
20
- void region(String region);
21
- void profile(String profile);
22
- void awsAccessKey(String awsAccessKey);
23
- void awsSecretAccess(String awsSecretAccess);
24
+
+ void endpoint(String endpoint);
+ void region(String region);
+ void profile(String profile);
25
+ void awsAccessKey(String awsAccessKey);
26
27
+ void awsSecretAccess(String awsSecretAccess);
28
29
}
0 commit comments