public class CreateTable<T> extends Object implements TableOperation<T,CreateTableRequest,CreateTableResponse,Void>
Modifier and Type | Class and Description |
---|---|
static class |
CreateTable.Builder |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
executeOnPrimaryIndex
execute
public static <T> CreateTable<T> of(ProvisionedThroughput provisionedThroughput)
public static <T> CreateTable<T> create()
public static CreateTable.Builder builder()
public CreateTable.Builder toBuilder()
public CreateTableRequest generateRequest(TableSchema<T> tableSchema, OperationContext operationContext, MapperExtension mapperExtension)
CommonOperation
DynamoDbClient
.generateRequest
in interface CommonOperation<T,CreateTableRequest,CreateTableResponse,Void>
tableSchema
- A TableSchema
that maps the table to a modelled object.operationContext
- An object containing the context, or target, of the command execution.mapperExtension
- A MapperExtension
that may modify the request of this operation. A null value
here will result in no modifications.DynamoDbClient
call to perform the operation.public Function<CreateTableRequest,CreateTableResponse> getServiceCall(DynamoDbClient dynamoDbClient)
CommonOperation
getServiceCall
in interface CommonOperation<T,CreateTableRequest,CreateTableResponse,Void>
dynamoDbClient
- A low level DynamoDbClient
to make the call against.public Void transformResponse(CreateTableResponse response, TableSchema<T> tableSchema, OperationContext operationContext, MapperExtension mapperExtension)
CommonOperation
transformResponse
in interface CommonOperation<T,CreateTableRequest,CreateTableResponse,Void>
response
- The response object returned by the DynamoDb call for this operation.tableSchema
- A TableSchema
that maps the table to a modelled object.operationContext
- An object containing the context, or target, of the command execution.mapperExtension
- A MapperExtension
that may modify the result of this operation. A null value
here will result in no modifications.public ProvisionedThroughput getProvisionedThroughput()
public Collection<LocalSecondaryIndex> getLocalSecondaryIndices()
public Collection<GlobalSecondaryIndex> getGlobalSecondaryIndices()
Copyright © 2019. All rights reserved.