Uses of Interface
software.amazon.awssdk.services.dynamodb.model.SourceTableDetails.Builder
Packages that use SourceTableDetails.Builder
-
Uses of SourceTableDetails.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return SourceTableDetails.BuilderModifier and TypeMethodDescriptionSourceTableDetails.Builder.billingMode(String billingMode) Controls how you are charged for read and write throughput and how you manage capacity.SourceTableDetails.Builder.billingMode(BillingMode billingMode) Controls how you are charged for read and write throughput and how you manage capacity.static SourceTableDetails.BuilderSourceTableDetails.builder()Number of items in the table.SourceTableDetails.Builder.keySchema(Collection<KeySchemaElement> keySchema) Schema of the table.SourceTableDetails.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) Schema of the table.SourceTableDetails.Builder.keySchema(KeySchemaElement... keySchema) Schema of the table.default SourceTableDetails.BuilderSourceTableDetails.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.SourceTableDetails.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.default SourceTableDetails.BuilderSourceTableDetails.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Read IOPs and Write IOPS on the table when the backup was created.SourceTableDetails.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Read IOPs and Write IOPS on the table when the backup was created.ARN of the table for which backup was created.SourceTableDetails.Builder.tableCreationDateTime(Instant tableCreationDateTime) Time when the source table was created.Unique identifier for the table for which the backup was created.The name of the table for which the backup was created.SourceTableDetails.Builder.tableSizeBytes(Long tableSizeBytes) Size of the table in bytes.SourceTableDetails.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type SourceTableDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SourceTableDetails.Builder>SourceTableDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type SourceTableDetails.BuilderModifier and TypeMethodDescriptiondefault BackupDescription.BuilderBackupDescription.Builder.sourceTableDetails(Consumer<SourceTableDetails.Builder> sourceTableDetails) Contains the details of the table when the backup was created.