public class CreateDynamoDBTableOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateDynamoDBTableOptions.CreateDynamoDBTableOptionsBuilder |
| Modifier and Type | Method and Description |
|---|---|
static CreateDynamoDBTableOptions.CreateDynamoDBTableOptionsBuilder |
builder(com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDBClient,
com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput,
String tableName)
Creates a builder for a CreateDynamoDBTableOptions object.
|
public static CreateDynamoDBTableOptions.CreateDynamoDBTableOptionsBuilder builder(com.amazonaws.services.dynamodbv2.AmazonDynamoDB dynamoDBClient, com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput provisionedThroughput, String tableName)
dynamoDBClient - The DynamoDB Client under which to make the table.provisionedThroughput - The throughout to allocate to the table.tableName - The table name to create.Copyright © 2013–2019. All rights reserved.