Package | Description |
---|---|
com.amazonaws.services.timestreamwrite.model |
Modifier and Type | Method and Description |
---|---|
DataModel |
DataModel.clone() |
DataModel |
DataModelConfiguration.getDataModel()
|
DataModel |
DataModel.withDimensionMappings(Collection<DimensionMapping> dimensionMappings)
Source to target mappings for dimensions.
|
DataModel |
DataModel.withDimensionMappings(DimensionMapping... dimensionMappings)
Source to target mappings for dimensions.
|
DataModel |
DataModel.withMeasureNameColumn(String measureNameColumn)
|
DataModel |
DataModel.withMixedMeasureMappings(Collection<MixedMeasureMapping> mixedMeasureMappings)
Source to target mappings for measures.
|
DataModel |
DataModel.withMixedMeasureMappings(MixedMeasureMapping... mixedMeasureMappings)
Source to target mappings for measures.
|
DataModel |
DataModel.withMultiMeasureMappings(MultiMeasureMappings multiMeasureMappings)
Source to target mappings for multi-measure records.
|
DataModel |
DataModel.withTimeColumn(String timeColumn)
Source column to be mapped to time.
|
DataModel |
DataModel.withTimeUnit(String timeUnit)
The granularity of the timestamp unit.
|
DataModel |
DataModel.withTimeUnit(TimeUnit timeUnit)
The granularity of the timestamp unit.
|
Modifier and Type | Method and Description |
---|---|
void |
DataModelConfiguration.setDataModel(DataModel dataModel)
|
DataModelConfiguration |
DataModelConfiguration.withDataModel(DataModel dataModel)
|
Copyright © 2023. All rights reserved.