Uses of Interface
software.amazon.awssdk.services.dynamodb.model.RestoreTableToPointInTimeRequest.Builder
Packages that use RestoreTableToPointInTimeRequest.Builder
Package
Description
-
Uses of RestoreTableToPointInTimeRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type RestoreTableToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionDynamoDbAsyncClient.restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime.DynamoDbClient.restoreTableToPointInTime(Consumer<RestoreTableToPointInTimeRequest.Builder> restoreTableToPointInTimeRequest) Restores the specified table to the specified point in time withinEarliestRestorableDateTimeandLatestRestorableDateTime. -
Uses of RestoreTableToPointInTimeRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return RestoreTableToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionRestoreTableToPointInTimeRequest.Builder.billingModeOverride(String billingModeOverride) The billing mode of the restored table.RestoreTableToPointInTimeRequest.Builder.billingModeOverride(BillingMode billingModeOverride) The billing mode of the restored table.RestoreTableToPointInTimeRequest.builder()RestoreTableToPointInTimeRequest.Builder.globalSecondaryIndexOverride(Collection<GlobalSecondaryIndex> globalSecondaryIndexOverride) List of global secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.globalSecondaryIndexOverride(Consumer<GlobalSecondaryIndex.Builder>... globalSecondaryIndexOverride) List of global secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.globalSecondaryIndexOverride(GlobalSecondaryIndex... globalSecondaryIndexOverride) List of global secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.localSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride) List of local secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.localSecondaryIndexOverride(Consumer<LocalSecondaryIndex.Builder>... localSecondaryIndexOverride) List of local secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.localSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride) List of local secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.onDemandThroughputOverride(Consumer<OnDemandThroughput.Builder> onDemandThroughputOverride) Sets the value of the OnDemandThroughputOverride property for this object.RestoreTableToPointInTimeRequest.Builder.onDemandThroughputOverride(OnDemandThroughput onDemandThroughputOverride) Sets the value of the OnDemandThroughputOverride property for this object.RestoreTableToPointInTimeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) RestoreTableToPointInTimeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) RestoreTableToPointInTimeRequest.Builder.provisionedThroughputOverride(Consumer<ProvisionedThroughput.Builder> provisionedThroughputOverride) Provisioned throughput settings for the restored table.RestoreTableToPointInTimeRequest.Builder.provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride) Provisioned throughput settings for the restored table.RestoreTableToPointInTimeRequest.Builder.restoreDateTime(Instant restoreDateTime) Time in the past to restore the table to.RestoreTableToPointInTimeRequest.Builder.sourceTableArn(String sourceTableArn) The DynamoDB table that will be restored.RestoreTableToPointInTimeRequest.Builder.sourceTableName(String sourceTableName) Name of the source table that is being restored.RestoreTableToPointInTimeRequest.Builder.sseSpecificationOverride(Consumer<SSESpecification.Builder> sseSpecificationOverride) The new server-side encryption settings for the restored table.RestoreTableToPointInTimeRequest.Builder.sseSpecificationOverride(SSESpecification sseSpecificationOverride) The new server-side encryption settings for the restored table.RestoreTableToPointInTimeRequest.Builder.targetTableName(String targetTableName) The name of the new table to which it must be restored to.RestoreTableToPointInTimeRequest.toBuilder()RestoreTableToPointInTimeRequest.Builder.useLatestRestorableTime(Boolean useLatestRestorableTime) Restore the table to the latest possible time.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type RestoreTableToPointInTimeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreTableToPointInTimeRequest.Builder>RestoreTableToPointInTimeRequest.serializableBuilderClass()