public static final class CreateTable.Builder extends Object
| Modifier and Type | Method and Description | 
|---|---|
<T> CreateTable<T> | 
build()  | 
CreateTable.Builder | 
globalSecondaryIndices(Collection<GlobalSecondaryIndex> globalSecondaryIndices)  | 
CreateTable.Builder | 
globalSecondaryIndices(GlobalSecondaryIndex... globalSecondaryIndices)  | 
CreateTable.Builder | 
localSecondaryIndices(Collection<LocalSecondaryIndex> localSecondaryIndices)  | 
CreateTable.Builder | 
localSecondaryIndices(LocalSecondaryIndex... localSecondaryIndices)  | 
CreateTable.Builder | 
provisionedThroughput(ProvisionedThroughput provisionedThroughput)  | 
public CreateTable.Builder provisionedThroughput(ProvisionedThroughput provisionedThroughput)
public CreateTable.Builder localSecondaryIndices(Collection<LocalSecondaryIndex> localSecondaryIndices)
public CreateTable.Builder localSecondaryIndices(LocalSecondaryIndex... localSecondaryIndices)
public CreateTable.Builder globalSecondaryIndices(Collection<GlobalSecondaryIndex> globalSecondaryIndices)
public CreateTable.Builder globalSecondaryIndices(GlobalSecondaryIndex... globalSecondaryIndices)
public <T> CreateTable<T> build()
Copyright © 2019. All rights reserved.