| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.arn(String arn)
The Amazon Resource Name that uniquely identifies this table.
|
static Table.Builder |
Table.builder() |
Table.Builder |
Table.Builder.creationTime(Instant creationTime)
The time when the Timestream table was created.
|
Table.Builder |
Table.Builder.databaseName(String databaseName)
The name of the Timestream database that contains this table.
|
Table.Builder |
Table.Builder.lastUpdatedTime(Instant lastUpdatedTime)
The time when the Timestream table was last updated.
|
default Table.Builder |
Table.Builder.magneticStoreWriteProperties(Consumer<MagneticStoreWriteProperties.Builder> magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
|
Table.Builder |
Table.Builder.magneticStoreWriteProperties(MagneticStoreWriteProperties magneticStoreWriteProperties)
Contains properties to set on the table when enabling magnetic store writes.
|
default Table.Builder |
Table.Builder.retentionProperties(Consumer<RetentionProperties.Builder> retentionProperties)
The retention duration for the memory store and magnetic store.
|
Table.Builder |
Table.Builder.retentionProperties(RetentionProperties retentionProperties)
The retention duration for the memory store and magnetic store.
|
default Table.Builder |
Table.Builder.schema(Consumer<Schema.Builder> schema)
The schema of the table.
|
Table.Builder |
Table.Builder.schema(Schema schema)
The schema of the table.
|
Table.Builder |
Table.Builder.tableName(String tableName)
The name of the Timestream table.
|
Table.Builder |
Table.Builder.tableStatus(String tableStatus)
The current state of the table:
|
Table.Builder |
Table.Builder.tableStatus(TableStatus tableStatus)
The current state of the table:
|
Table.Builder |
Table.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Table.Builder> |
Table.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTableResponse.Builder |
UpdateTableResponse.Builder.table(Consumer<Table.Builder> table)
The updated Timestream table.
|
default DescribeTableResponse.Builder |
DescribeTableResponse.Builder.table(Consumer<Table.Builder> table)
The Timestream table.
|
default CreateTableResponse.Builder |
CreateTableResponse.Builder.table(Consumer<Table.Builder> table)
The newly created Timestream table.
|
Copyright © 2023. All rights reserved.