| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite |
Amazon Timestream is a fast, scalable, fully managed time series database service that makes it easy to store and
analyze trillions of time series data points per day.
|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTableResponse |
TimestreamWriteClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)
Modifies the retention duration of the memory store and magnetic store for your Timestream table.
|
default CompletableFuture<UpdateTableResponse> |
TimestreamWriteAsyncClient.updateTable(Consumer<UpdateTableRequest.Builder> updateTableRequest)
Modifies the retention duration of the memory store and magnetic store for your Timestream table.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateTableRequest.Builder |
UpdateTableRequest.builder() |
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.databaseName(String databaseName)
The name of the Timestream database.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateTableRequest.Builder |
UpdateTableRequest.Builder.retentionProperties(Consumer<RetentionProperties.Builder> retentionProperties)
The retention duration of the memory store and the magnetic store.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.retentionProperties(RetentionProperties retentionProperties)
The retention duration of the memory store and the magnetic store.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.tableName(String tableName)
The name of the Timesream table.
|
UpdateTableRequest.Builder |
UpdateTableRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateTableRequest.Builder> |
UpdateTableRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.