Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.CreateTableEnhancedRequest.Builder
Packages that use CreateTableEnhancedRequest.Builder
Package
Description
-
Uses of CreateTableEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb
Method parameters in software.amazon.awssdk.enhanced.dynamodb with type arguments of type CreateTableEnhancedRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<Void>DynamoDbAsyncTable.createTable(Consumer<CreateTableEnhancedRequest.Builder> requestConsumer) Creates a new table in DynamoDb with the name and schema already defined for this DynamoDbTable together with additional parameters specified in the supplied request object,CreateTableEnhancedRequest.default voidDynamoDbTable.createTable(Consumer<CreateTableEnhancedRequest.Builder> requestConsumer) Creates a new table in DynamoDb with the name and schema already defined for this DynamoDbTable together with additional parameters specified in the supplied request object,CreateTableEnhancedRequest. -
Uses of CreateTableEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb.internal.client
Method parameters in software.amazon.awssdk.enhanced.dynamodb.internal.client with type arguments of type CreateTableEnhancedRequest.BuilderModifier and TypeMethodDescriptionDefaultDynamoDbAsyncTable.createTable(Consumer<CreateTableEnhancedRequest.Builder> requestConsumer) voidDefaultDynamoDbTable.createTable(Consumer<CreateTableEnhancedRequest.Builder> requestConsumer) -
Uses of CreateTableEnhancedRequest.Builder in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return CreateTableEnhancedRequest.BuilderModifier and TypeMethodDescriptionCreateTableEnhancedRequest.builder()Creates a newly initialized builder for a request object.CreateTableEnhancedRequest.Builder.globalSecondaryIndices(Collection<EnhancedGlobalSecondaryIndex> globalSecondaryIndices) Defines a global secondary index for this table.CreateTableEnhancedRequest.Builder.globalSecondaryIndices(Consumer<EnhancedGlobalSecondaryIndex.Builder>... globalSecondaryIndices) This is a convenience method forglobalSecondaryIndices(Collection)that creates instances of theEnhancedGlobalSecondaryIndex.Builderfor you, avoiding the need to create them manually viaEnhancedGlobalSecondaryIndex.builder().CreateTableEnhancedRequest.Builder.globalSecondaryIndices(EnhancedGlobalSecondaryIndex... globalSecondaryIndices) Defines a global secondary index for this table.CreateTableEnhancedRequest.Builder.localSecondaryIndices(Collection<EnhancedLocalSecondaryIndex> localSecondaryIndices) Defines a local secondary index for this table.CreateTableEnhancedRequest.Builder.localSecondaryIndices(Consumer<EnhancedLocalSecondaryIndex.Builder>... localSecondaryIndices) This is a convenience method forlocalSecondaryIndices(Collection)that creates instances of theEnhancedLocalSecondaryIndex.Builderfor you, avoiding the need to create them manually viaEnhancedLocalSecondaryIndex.builder().CreateTableEnhancedRequest.Builder.localSecondaryIndices(EnhancedLocalSecondaryIndex... localSecondaryIndices) Defines a local secondary index for this table.CreateTableEnhancedRequest.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) This is a convenience method forprovisionedThroughput(ProvisionedThroughput)that creates an instance of theProvisionedThroughput.Builderfor you, avoiding the need to create one manually viaProvisionedThroughput.builder().CreateTableEnhancedRequest.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Sets the provisioned throughput for this table.CreateTableEnhancedRequest.Builder.streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification) This is a convenience method forstreamSpecification(StreamSpecification)that creates an instance of theStreamSpecification.Builderfor you, avoiding the need to create one manually viaStreamSpecification.builder().CreateTableEnhancedRequest.Builder.streamSpecification(StreamSpecification streamSpecification) Sets theStreamSpecificationfor this table.CreateTableEnhancedRequest.toBuilder()Returns a builder initialized with all existing values on the request object.