| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionMapping |
DimensionMapping.clone() |
DimensionMapping |
DimensionMapping.withDimensionValueType(DimensionValueType dimensionValueType)
Type for the dimension.
|
DimensionMapping |
DimensionMapping.withDimensionValueType(String dimensionValueType)
Type for the dimension.
|
DimensionMapping |
DimensionMapping.withName(String name)
Column name from query result.
|
| Modifier and Type | Method and Description |
|---|---|
List<DimensionMapping> |
TimestreamConfiguration.getDimensionMappings()
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 |
TimestreamConfiguration.withDimensionMappings(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 |
|---|---|
void |
TimestreamConfiguration.setDimensionMappings(Collection<DimensionMapping> dimensionMappings)
This is to allow mapping column(s) from the query result to the dimension in the destination table.
|
TimestreamConfiguration |
TimestreamConfiguration.withDimensionMappings(Collection<DimensionMapping> dimensionMappings)
This is to allow mapping column(s) from the query result to the dimension in the destination table.
|
Copyright © 2024. All rights reserved.