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() |
|