builder
public static CreateDynamoDBTableOptions.CreateDynamoDBTableOptionsBuilder builder(AmazonDynamoDB dynamoDBClient,
ProvisionedThroughput provisionedThroughput,
java.lang.String tableName)
Creates a builder for a CreateDynamoDBTableOptions object. The three
required parameters are the DynamoDB client, the provisioned throughout,
and the table name. The rest have defaults and can be configured after
the fact.
- Parameters:
dynamoDBClient - The DynamoDB Client under which to make the table.
provisionedThroughput - The throughout to allocate to the table.
tableName - The table name to create.
- Returns:
- a builder for CreateDynamoDBTableOptions instances