Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TableCreationParameters.Builder
Packages that use TableCreationParameters.Builder
-
Uses of TableCreationParameters.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableCreationParameters.BuilderModifier and TypeMethodDescriptionTableCreationParameters.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) The attributes of the table created as part of the import operation.TableCreationParameters.Builder.attributeDefinitions(Consumer<AttributeDefinition.Builder>... attributeDefinitions) The attributes of the table created as part of the import operation.TableCreationParameters.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) The attributes of the table created as part of the import operation.TableCreationParameters.Builder.billingMode(String billingMode) The billing mode for provisioning the table created as part of the import operation.TableCreationParameters.Builder.billingMode(BillingMode billingMode) The billing mode for provisioning the table created as part of the import operation.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.globalSecondaryIndexes(Consumer<GlobalSecondaryIndex.Builder>... globalSecondaryIndexes) The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.TableCreationParameters.Builder.globalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes) The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.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.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) The primary key and option sort key of the table created as part of the import operation.TableCreationParameters.Builder.keySchema(KeySchemaElement... keySchema) The primary key and option sort key of the table created as part of the import operation.default TableCreationParameters.BuilderTableCreationParameters.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.TableCreationParameters.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.default TableCreationParameters.BuilderTableCreationParameters.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Sets the value of the ProvisionedThroughput property for this object.TableCreationParameters.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Sets the value of the ProvisionedThroughput property for this object.default TableCreationParameters.BuilderTableCreationParameters.Builder.sseSpecification(Consumer<SSESpecification.Builder> sseSpecification) Sets the value of the SSESpecification property for this object.TableCreationParameters.Builder.sseSpecification(SSESpecification sseSpecification) Sets the value of the SSESpecification property for this object.The name of the table created as part of the import operation.TableCreationParameters.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TableCreationParameters.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TableCreationParameters.Builder>TableCreationParameters.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TableCreationParameters.BuilderModifier and TypeMethodDescriptiondefault ImportTableDescription.BuilderImportTableDescription.Builder.tableCreationParameters(Consumer<TableCreationParameters.Builder> tableCreationParameters) The parameters for the new table that is being imported into.default ImportTableRequest.BuilderImportTableRequest.Builder.tableCreationParameters(Consumer<TableCreationParameters.Builder> tableCreationParameters) Parameters for the table to import the data into.