| Package | Description |
|---|---|
| com.amazonaws.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
MixedMeasureMapping |
MixedMeasureMapping.clone() |
MixedMeasureMapping |
MixedMeasureMapping.withMeasureName(String measureName)
Refers to the value of measure_name in a result row.
|
MixedMeasureMapping |
MixedMeasureMapping.withMeasureValueType(MeasureValueType measureValueType)
Type of the value that is to be read from sourceColumn.
|
MixedMeasureMapping |
MixedMeasureMapping.withMeasureValueType(String measureValueType)
Type of the value that is to be read from sourceColumn.
|
MixedMeasureMapping |
MixedMeasureMapping.withMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Required when measureValueType is MULTI.
|
MixedMeasureMapping |
MixedMeasureMapping.withMultiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
Required when measureValueType is MULTI.
|
MixedMeasureMapping |
MixedMeasureMapping.withSourceColumn(String sourceColumn)
This field refers to the source column from which measure-value is to be read for result materialization.
|
MixedMeasureMapping |
MixedMeasureMapping.withTargetMeasureName(String targetMeasureName)
Target measure name to be used.
|
| Modifier and Type | Method and Description |
|---|---|
List<MixedMeasureMapping> |
TimestreamConfiguration.getMixedMeasureMappings()
Specifies how to map measures to multi-measure records.
|
| Modifier and Type | Method and Description |
|---|---|
TimestreamConfiguration |
TimestreamConfiguration.withMixedMeasureMappings(MixedMeasureMapping... mixedMeasureMappings)
Specifies how to map measures to multi-measure records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimestreamConfiguration.setMixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)
Specifies how to map measures to multi-measure records.
|
TimestreamConfiguration |
TimestreamConfiguration.withMixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)
Specifies how to map measures to multi-measure records.
|
Copyright © 2025. All rights reserved.