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(software.amazon.awssdk.services.dynamodb.DynamoDbClient dynamoDBClient,
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput provisionedThroughput,
String tableName)
Creates a builder for a CreateDynamoDBTableOptions object.
|
public static CreateDynamoDBTableOptions.CreateDynamoDBTableOptionsBuilder builder(software.amazon.awssdk.services.dynamodb.DynamoDbClient dynamoDBClient, software.amazon.awssdk.services.dynamodb.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–2023. All rights reserved.