| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
DimensionMapping |
DimensionMapping.clone() |
DimensionMapping |
DimensionMapping.withDimensionName(String dimensionName)
The metadata attributes of the time series.
|
DimensionMapping |
DimensionMapping.withDimensionValue(String dimensionValue)
Dynamic path to the dimension value in the source event.
|
DimensionMapping |
DimensionMapping.withDimensionValueType(DimensionValueType dimensionValueType)
The data type of the dimension for the time-series data.
|
DimensionMapping |
DimensionMapping.withDimensionValueType(String dimensionValueType)
The data type of the dimension for the time-series data.
|
| Modifier and Type | Method and Description |
|---|---|
List<DimensionMapping> |
PipeTargetTimestreamParameters.getDimensionMappings()
Map source data to dimensions in the target Timestream for LiveAnalytics table.
|
| Modifier and Type | Method and Description |
|---|---|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withDimensionMappings(DimensionMapping... dimensionMappings)
Map source data to dimensions in the target Timestream for LiveAnalytics table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetTimestreamParameters.setDimensionMappings(Collection<DimensionMapping> dimensionMappings)
Map source data to dimensions in the target Timestream for LiveAnalytics table.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withDimensionMappings(Collection<DimensionMapping> dimensionMappings)
Map source data to dimensions in the target Timestream for LiveAnalytics table.
|
Copyright © 2025. All rights reserved.