default TableDescription.Builder |
TableDescription.Builder.archivalSummary(Consumer<ArchivalSummary.Builder> archivalSummary) |
Contains information about the table archive.
|
TableDescription.Builder |
TableDescription.Builder.archivalSummary(ArchivalSummary archivalSummary) |
Contains information about the table archive.
|
TableDescription.Builder |
TableDescription.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) |
An array of AttributeDefinition objects.
|
TableDescription.Builder |
TableDescription.Builder.attributeDefinitions(Consumer<AttributeDefinition.Builder>... attributeDefinitions) |
An array of AttributeDefinition objects.
|
TableDescription.Builder |
TableDescription.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) |
An array of AttributeDefinition objects.
|
default TableDescription.Builder |
TableDescription.Builder.billingModeSummary(Consumer<BillingModeSummary.Builder> billingModeSummary) |
Contains the details for the read/write capacity mode.
|
TableDescription.Builder |
TableDescription.Builder.billingModeSummary(BillingModeSummary billingModeSummary) |
Contains the details for the read/write capacity mode.
|
static TableDescription.Builder |
TableDescription.builder() |
|
TableDescription.Builder |
TableDescription.Builder.creationDateTime(Instant creationDateTime) |
|
TableDescription.Builder |
TableDescription.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) |
Indicates whether deletion protection is enabled (true) or disabled (false) on the table.
|
TableDescription.Builder |
TableDescription.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes) |
The global secondary indexes, if any, on the table.
|
TableDescription.Builder |
TableDescription.Builder.globalSecondaryIndexes(Consumer<GlobalSecondaryIndexDescription.Builder>... globalSecondaryIndexes) |
The global secondary indexes, if any, on the table.
|
TableDescription.Builder |
TableDescription.Builder.globalSecondaryIndexes(GlobalSecondaryIndexDescription... globalSecondaryIndexes) |
The global secondary indexes, if any, on the table.
|
TableDescription.Builder |
TableDescription.Builder.globalTableVersion(String globalTableVersion) |
Represents the version of global tables
in use, if the table is replicated across Amazon Web Services Regions.
|
TableDescription.Builder |
TableDescription.Builder.globalTableWitnesses(Collection<GlobalTableWitnessDescription> globalTableWitnesses) |
The witness Region and its current status in the MRSC global table.
|
TableDescription.Builder |
TableDescription.Builder.globalTableWitnesses(Consumer<GlobalTableWitnessDescription.Builder>... globalTableWitnesses) |
The witness Region and its current status in the MRSC global table.
|
TableDescription.Builder |
TableDescription.Builder.globalTableWitnesses(GlobalTableWitnessDescription... globalTableWitnesses) |
The witness Region and its current status in the MRSC global table.
|
TableDescription.Builder |
TableDescription.Builder.itemCount(Long itemCount) |
The number of items in the specified table.
|
TableDescription.Builder |
TableDescription.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The primary key structure for the table.
|
TableDescription.Builder |
TableDescription.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The primary key structure for the table.
|
TableDescription.Builder |
TableDescription.Builder.keySchema(KeySchemaElement... keySchema) |
The primary key structure for the table.
|
TableDescription.Builder |
TableDescription.Builder.latestStreamArn(String latestStreamArn) |
The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.
|
TableDescription.Builder |
TableDescription.Builder.latestStreamLabel(String latestStreamLabel) |
A timestamp, in ISO 8601 format, for this stream.
|
TableDescription.Builder |
TableDescription.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes) |
Represents one or more local secondary indexes on the table.
|
TableDescription.Builder |
TableDescription.Builder.localSecondaryIndexes(Consumer<LocalSecondaryIndexDescription.Builder>... localSecondaryIndexes) |
Represents one or more local secondary indexes on the table.
|
TableDescription.Builder |
TableDescription.Builder.localSecondaryIndexes(LocalSecondaryIndexDescription... localSecondaryIndexes) |
Represents one or more local secondary indexes on the table.
|
TableDescription.Builder |
TableDescription.Builder.multiRegionConsistency(String multiRegionConsistency) |
Indicates one of the following consistency modes for a global table:
|
TableDescription.Builder |
TableDescription.Builder.multiRegionConsistency(MultiRegionConsistency multiRegionConsistency) |
Indicates one of the following consistency modes for a global table:
|
default TableDescription.Builder |
TableDescription.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) |
The maximum number of read and write units for the specified on-demand table.
|
TableDescription.Builder |
TableDescription.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) |
The maximum number of read and write units for the specified on-demand table.
|
default TableDescription.Builder |
TableDescription.Builder.provisionedThroughput(Consumer<ProvisionedThroughputDescription.Builder> provisionedThroughput) |
The provisioned throughput settings for the table, consisting of read and write capacity units, along with
data about increases and decreases.
|
TableDescription.Builder |
TableDescription.Builder.provisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) |
The provisioned throughput settings for the table, consisting of read and write capacity units, along with
data about increases and decreases.
|
TableDescription.Builder |
TableDescription.Builder.replicas(Collection<ReplicaDescription> replicas) |
Represents replicas of the table.
|
TableDescription.Builder |
TableDescription.Builder.replicas(Consumer<ReplicaDescription.Builder>... replicas) |
Represents replicas of the table.
|
TableDescription.Builder |
TableDescription.Builder.replicas(ReplicaDescription... replicas) |
Represents replicas of the table.
|
default TableDescription.Builder |
TableDescription.Builder.restoreSummary(Consumer<RestoreSummary.Builder> restoreSummary) |
Contains details for the restore.
|
TableDescription.Builder |
TableDescription.Builder.restoreSummary(RestoreSummary restoreSummary) |
Contains details for the restore.
|
default TableDescription.Builder |
TableDescription.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription) |
The description of the server-side encryption status on the specified table.
|
TableDescription.Builder |
TableDescription.Builder.sseDescription(SSEDescription sseDescription) |
The description of the server-side encryption status on the specified table.
|
default TableDescription.Builder |
TableDescription.Builder.streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification) |
The current DynamoDB Streams configuration for the table.
|
TableDescription.Builder |
TableDescription.Builder.streamSpecification(StreamSpecification streamSpecification) |
The current DynamoDB Streams configuration for the table.
|
TableDescription.Builder |
TableDescription.Builder.tableArn(String tableArn) |
The Amazon Resource Name (ARN) that uniquely identifies the table.
|
default TableDescription.Builder |
TableDescription.Builder.tableClassSummary(Consumer<TableClassSummary.Builder> tableClassSummary) |
Contains details of the table class.
|
TableDescription.Builder |
TableDescription.Builder.tableClassSummary(TableClassSummary tableClassSummary) |
Contains details of the table class.
|
TableDescription.Builder |
TableDescription.Builder.tableId(String tableId) |
Unique identifier for the table for which the backup was created.
|
TableDescription.Builder |
TableDescription.Builder.tableName(String tableName) |
The name of the table.
|
TableDescription.Builder |
TableDescription.Builder.tableSizeBytes(Long tableSizeBytes) |
The total size of the specified table, in bytes.
|
TableDescription.Builder |
TableDescription.Builder.tableStatus(String tableStatus) |
The current state of the table:
|
TableDescription.Builder |
TableDescription.Builder.tableStatus(TableStatus tableStatus) |
The current state of the table:
|
TableDescription.Builder |
TableDescription.toBuilder() |
|
default TableDescription.Builder |
TableDescription.Builder.warmThroughput(Consumer<TableWarmThroughputDescription.Builder> warmThroughput) |
Describes the warm throughput value of the base table.
|
TableDescription.Builder |
TableDescription.Builder.warmThroughput(TableWarmThroughputDescription warmThroughput) |
Describes the warm throughput value of the base table.
|