| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
List<DimensionMapping> |
TimestreamConfiguration.dimensionMappings()
This is to allow mapping column(s) from the query result to the dimension in the destination table.
|
| Modifier and Type | Method and Description |
|---|---|
TimestreamConfiguration.Builder |
TimestreamConfiguration.Builder.dimensionMappings(DimensionMapping... dimensionMappings)
This is to allow mapping column(s) from the query result to the dimension in the destination table.
|
| Modifier and Type | Method and Description |
|---|---|
TimestreamConfiguration.Builder |
TimestreamConfiguration.Builder.dimensionMappings(Collection<DimensionMapping> dimensionMappings)
This is to allow mapping column(s) from the query result to the dimension in the destination table.
|
Copyright © 2023. All rights reserved.