| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces |
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
default RestoreTableResponse |
KeyspacesClient.restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
default CompletableFuture<RestoreTableResponse> |
KeyspacesAsyncClient.restoreTable(Consumer<RestoreTableRequest.Builder> restoreTableRequest)
Restores the specified table to the specified point in time within the
earliest_restorable_timestamp
and the current time. |
| Modifier and Type | Method and Description |
|---|---|
static RestoreTableRequest.Builder |
RestoreTableRequest.builder() |
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.capacitySpecificationOverride(CapacitySpecification capacitySpecificationOverride)
Specifies the read/write throughput capacity mode for the target table.
|
default RestoreTableRequest.Builder |
RestoreTableRequest.Builder.capacitySpecificationOverride(Consumer<CapacitySpecification.Builder> capacitySpecificationOverride)
Specifies the read/write throughput capacity mode for the target table.
|
default RestoreTableRequest.Builder |
RestoreTableRequest.Builder.encryptionSpecificationOverride(Consumer<EncryptionSpecification.Builder> encryptionSpecificationOverride)
Specifies the encryption settings for the target table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.encryptionSpecificationOverride(EncryptionSpecification encryptionSpecificationOverride)
Specifies the encryption settings for the target table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default RestoreTableRequest.Builder |
RestoreTableRequest.Builder.pointInTimeRecoveryOverride(Consumer<PointInTimeRecovery.Builder> pointInTimeRecoveryOverride)
Specifies the
pointInTimeRecovery settings for the target table. |
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.pointInTimeRecoveryOverride(PointInTimeRecovery pointInTimeRecoveryOverride)
Specifies the
pointInTimeRecovery settings for the target table. |
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.restoreTimestamp(Instant restoreTimestamp)
The restore timestamp in ISO 8601 format.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.sourceKeyspaceName(String sourceKeyspaceName)
The keyspace name of the source table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.sourceTableName(String sourceTableName)
The name of the source table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.tagsOverride(Collection<Tag> tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.tagsOverride(Consumer<Tag.Builder>... tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.tagsOverride(Tag... tagsOverride)
A list of key-value pair tags to be attached to the restored table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.targetKeyspaceName(String targetKeyspaceName)
The name of the target keyspace.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.targetTableName(String targetTableName)
The name of the target table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RestoreTableRequest.Builder> |
RestoreTableRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.