Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TableDescription.Builder
Packages that use TableDescription.Builder
-
Uses of TableDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableDescription.BuilderModifier and TypeMethodDescriptiondefault TableDescription.BuilderTableDescription.Builder.archivalSummary(Consumer<ArchivalSummary.Builder> archivalSummary) Contains information about the table archive.TableDescription.Builder.archivalSummary(ArchivalSummary archivalSummary) Contains information about the table archive.TableDescription.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array ofAttributeDefinitionobjects.TableDescription.Builder.attributeDefinitions(Consumer<AttributeDefinition.Builder>... attributeDefinitions) An array ofAttributeDefinitionobjects.TableDescription.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) An array ofAttributeDefinitionobjects.default TableDescription.BuilderTableDescription.Builder.billingModeSummary(Consumer<BillingModeSummary.Builder> billingModeSummary) Contains the details for the read/write capacity mode.TableDescription.Builder.billingModeSummary(BillingModeSummary billingModeSummary) Contains the details for the read/write capacity mode.static TableDescription.BuilderTableDescription.builder()TableDescription.Builder.creationDateTime(Instant creationDateTime) The date and time when the table was created, in UNIX epoch time format.TableDescription.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) Indicates whether deletion protection is enabled (true) or disabled (false) on the table.TableDescription.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes) The global secondary indexes, if any, on the table.TableDescription.Builder.globalSecondaryIndexes(Consumer<GlobalSecondaryIndexDescription.Builder>... globalSecondaryIndexes) The global secondary indexes, if any, on the table.TableDescription.Builder.globalSecondaryIndexes(GlobalSecondaryIndexDescription... globalSecondaryIndexes) The global secondary indexes, if any, on the table.TableDescription.Builder.globalTableSettingsReplicationMode(String globalTableSettingsReplicationMode) Indicates one of the settings synchronization modes for the global table:TableDescription.Builder.globalTableSettingsReplicationMode(GlobalTableSettingsReplicationMode globalTableSettingsReplicationMode) Indicates one of the settings synchronization modes for the global table: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.globalTableWitnesses(Collection<GlobalTableWitnessDescription> globalTableWitnesses) The witness Region and its current status in the MRSC global table.TableDescription.Builder.globalTableWitnesses(Consumer<GlobalTableWitnessDescription.Builder>... globalTableWitnesses) The witness Region and its current status in the MRSC global table.TableDescription.Builder.globalTableWitnesses(GlobalTableWitnessDescription... globalTableWitnesses) The witness Region and its current status in the MRSC global table.The number of items in the specified table.TableDescription.Builder.keySchema(Collection<KeySchemaElement> keySchema) The primary key structure for the table.TableDescription.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) The primary key structure for the table.TableDescription.Builder.keySchema(KeySchemaElement... keySchema) The primary key structure for the table.TableDescription.Builder.latestStreamArn(String latestStreamArn) The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.TableDescription.Builder.latestStreamLabel(String latestStreamLabel) A timestamp, in ISO 8601 format, for this stream.TableDescription.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes) Represents one or more local secondary indexes on the table.TableDescription.Builder.localSecondaryIndexes(Consumer<LocalSecondaryIndexDescription.Builder>... localSecondaryIndexes) Represents one or more local secondary indexes on the table.TableDescription.Builder.localSecondaryIndexes(LocalSecondaryIndexDescription... localSecondaryIndexes) Represents one or more local secondary indexes on the table.TableDescription.Builder.multiRegionConsistency(String multiRegionConsistency) Indicates one of the following consistency modes for a global table:TableDescription.Builder.multiRegionConsistency(MultiRegionConsistency multiRegionConsistency) Indicates one of the following consistency modes for a global table:default TableDescription.BuilderTableDescription.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) The maximum number of read and write units for the specified on-demand table.TableDescription.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the specified on-demand table.default TableDescription.BuilderTableDescription.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.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.replicas(Collection<ReplicaDescription> replicas) Represents replicas of the table.TableDescription.Builder.replicas(Consumer<ReplicaDescription.Builder>... replicas) Represents replicas of the table.TableDescription.Builder.replicas(ReplicaDescription... replicas) Represents replicas of the table.default TableDescription.BuilderTableDescription.Builder.restoreSummary(Consumer<RestoreSummary.Builder> restoreSummary) Contains details for the restore.TableDescription.Builder.restoreSummary(RestoreSummary restoreSummary) Contains details for the restore.default TableDescription.BuilderTableDescription.Builder.sseDescription(Consumer<SSEDescription.Builder> sseDescription) The description of the server-side encryption status on the specified table.TableDescription.Builder.sseDescription(SSEDescription sseDescription) The description of the server-side encryption status on the specified table.default TableDescription.BuilderTableDescription.Builder.streamSpecification(Consumer<StreamSpecification.Builder> streamSpecification) The current DynamoDB Streams configuration for the table.TableDescription.Builder.streamSpecification(StreamSpecification streamSpecification) The current DynamoDB Streams configuration for the table.The Amazon Resource Name (ARN) that uniquely identifies the table.default TableDescription.BuilderTableDescription.Builder.tableClassSummary(Consumer<TableClassSummary.Builder> tableClassSummary) Contains details of the table class.TableDescription.Builder.tableClassSummary(TableClassSummary tableClassSummary) Contains details of the table class.Unique identifier for the table for which the backup was created.The name of the table.TableDescription.Builder.tableSizeBytes(Long tableSizeBytes) The total size of the specified table, in bytes.TableDescription.Builder.tableStatus(String tableStatus) The current state of the table:TableDescription.Builder.tableStatus(TableStatus tableStatus) The current state of the table:TableDescription.toBuilder()default TableDescription.BuilderTableDescription.Builder.warmThroughput(Consumer<TableWarmThroughputDescription.Builder> warmThroughput) Describes the warm throughput value of the base table.TableDescription.Builder.warmThroughput(TableWarmThroughputDescription warmThroughput) Describes the warm throughput value of the base table.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TableDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TableDescription.Builder>TableDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TableDescription.BuilderModifier and TypeMethodDescriptiondefault DescribeTableResponse.BuilderDescribeTableResponse.Builder.table(Consumer<TableDescription.Builder> table) The properties of the table.default CreateTableResponse.BuilderCreateTableResponse.Builder.tableDescription(Consumer<TableDescription.Builder> tableDescription) Represents the properties of the table.default DeleteTableResponse.BuilderDeleteTableResponse.Builder.tableDescription(Consumer<TableDescription.Builder> tableDescription) Represents the properties of a table.RestoreTableFromBackupResponse.Builder.tableDescription(Consumer<TableDescription.Builder> tableDescription) The description of the table created from an existing backup.RestoreTableToPointInTimeResponse.Builder.tableDescription(Consumer<TableDescription.Builder> tableDescription) Represents the properties of a table.default UpdateTableResponse.BuilderUpdateTableResponse.Builder.tableDescription(Consumer<TableDescription.Builder> tableDescription) Represents the properties of the table.