Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
SourceTableDetails |
SourceTableDetails.clone() |
SourceTableDetails |
BackupDescription.getSourceTableDetails()
Contains the details of the table when the backup was created.
|
SourceTableDetails |
SourceTableDetails.withBillingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
SourceTableDetails |
SourceTableDetails.withBillingMode(String billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
SourceTableDetails |
SourceTableDetails.withItemCount(Long itemCount)
Number of items in the table.
|
SourceTableDetails |
SourceTableDetails.withKeySchema(Collection<KeySchemaElement> keySchema)
Schema of the table.
|
SourceTableDetails |
SourceTableDetails.withKeySchema(KeySchemaElement... keySchema)
Schema of the table.
|
SourceTableDetails |
SourceTableDetails.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Read IOPs and Write IOPS on the table when the backup was created.
|
SourceTableDetails |
SourceTableDetails.withTableArn(String tableArn)
ARN of the table for which backup was created.
|
SourceTableDetails |
SourceTableDetails.withTableCreationDateTime(Date tableCreationDateTime)
Time when the source table was created.
|
SourceTableDetails |
SourceTableDetails.withTableId(String tableId)
Unique identifier for the table for which the backup was created.
|
SourceTableDetails |
SourceTableDetails.withTableName(String tableName)
The name of the table for which the backup was created.
|
SourceTableDetails |
SourceTableDetails.withTableSizeBytes(Long tableSizeBytes)
Size of the table in bytes.
|
Modifier and Type | Method and Description |
---|---|
void |
BackupDescription.setSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
|
BackupDescription |
BackupDescription.withSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
|
Copyright © 2023. All rights reserved.