| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
TimestreamConfiguration |
TimestreamConfiguration.clone() |
TimestreamConfiguration |
TargetConfiguration.getTimestreamConfiguration()
Configuration needed to write data into the Timestream database and table.
|
TimestreamConfiguration |
TimestreamConfiguration.withDatabaseName(String databaseName)
Name of Timestream database to which the query result will be written.
|
TimestreamConfiguration |
TimestreamConfiguration.withDimensionMappings(Collection<DimensionMapping> dimensionMappings)
This is to allow mapping column(s) from the query result to the dimension in the destination table.
|
TimestreamConfiguration |
TimestreamConfiguration.withDimensionMappings(DimensionMapping... dimensionMappings)
This is to allow mapping column(s) from the query result to the dimension in the destination table.
|
TimestreamConfiguration |
TimestreamConfiguration.withMeasureNameColumn(String measureNameColumn)
Name of the measure column.
|
TimestreamConfiguration |
TimestreamConfiguration.withMixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)
Specifies how to map measures to multi-measure records.
|
TimestreamConfiguration |
TimestreamConfiguration.withMixedMeasureMappings(MixedMeasureMapping... mixedMeasureMappings)
Specifies how to map measures to multi-measure records.
|
TimestreamConfiguration |
TimestreamConfiguration.withMultiMeasureMappings(MultiMeasureMappings multiMeasureMappings)
Multi-measure mappings.
|
TimestreamConfiguration |
TimestreamConfiguration.withTableName(String tableName)
Name of Timestream table that the query result will be written to.
|
TimestreamConfiguration |
TimestreamConfiguration.withTimeColumn(String timeColumn)
Column from query result that should be used as the time column in destination table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetConfiguration.setTimestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
|
TargetConfiguration |
TargetConfiguration.withTimestreamConfiguration(TimestreamConfiguration timestreamConfiguration)
Configuration needed to write data into the Timestream database and table.
|
Copyright © 2025. All rights reserved.