Making BillingMode support opt-in.
This commit is contained in:
parent
ab572a9378
commit
1092c8d86d
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ public class DynamoDBLeaseRefresher implements LeaseRefresher {
|
||||||
}else{
|
}else{
|
||||||
request = CreateTableRequest.builder().tableName(table).keySchema(serializer.getKeySchema())
|
request = CreateTableRequest.builder().tableName(table).keySchema(serializer.getKeySchema())
|
||||||
.attributeDefinitions(serializer.getAttributeDefinitions()).provisionedThroughput(throughput)
|
.attributeDefinitions(serializer.getAttributeDefinitions()).provisionedThroughput(throughput)
|
||||||
.billingMode(billingMode).build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue