TableCreationParameters.Builder |
TableCreationParameters.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) |
The attributes of the table created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.attributeDefinitions(Consumer<AttributeDefinition.Builder>... attributeDefinitions) |
The attributes of the table created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) |
The attributes of the table created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.billingMode(String billingMode) |
The billing mode for provisioning the table created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.billingMode(BillingMode billingMode) |
The billing mode for provisioning the table created as part of the import operation.
|
static TableCreationParameters.Builder |
TableCreationParameters.builder() |
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes) |
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.globalSecondaryIndexes(Consumer<GlobalSecondaryIndex.Builder>... globalSecondaryIndexes) |
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.globalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes) |
The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The primary key and option sort key of the table created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The primary key and option sort key of the table created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.keySchema(KeySchemaElement... keySchema) |
The primary key and option sort key of the table created as part of the import operation.
|
default TableCreationParameters.Builder |
TableCreationParameters.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) |
Sets the value of the ProvisionedThroughput property for this object.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Sets the value of the ProvisionedThroughput property for this object.
|
default TableCreationParameters.Builder |
TableCreationParameters.Builder.sseSpecification(Consumer<SSESpecification.Builder> sseSpecification) |
Sets the value of the SSESpecification property for this object.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.sseSpecification(SSESpecification sseSpecification) |
Sets the value of the SSESpecification property for this object.
|
TableCreationParameters.Builder |
TableCreationParameters.Builder.tableName(String tableName) |
The name of the table created as part of the import operation.
|
TableCreationParameters.Builder |
TableCreationParameters.toBuilder() |
|