| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
SingleMeasureMapping |
SingleMeasureMapping.clone() |
SingleMeasureMapping |
SingleMeasureMapping.withMeasureName(String measureName)
Target measure name for the measurement attribute in the Timestream table.
|
SingleMeasureMapping |
SingleMeasureMapping.withMeasureValue(String measureValue)
Dynamic path of the source field to map to the measure in the record.
|
SingleMeasureMapping |
SingleMeasureMapping.withMeasureValueType(MeasureValueType measureValueType)
Data type of the source field.
|
SingleMeasureMapping |
SingleMeasureMapping.withMeasureValueType(String measureValueType)
Data type of the source field.
|
| Modifier and Type | Method and Description |
|---|---|
List<SingleMeasureMapping> |
PipeTargetTimestreamParameters.getSingleMeasureMappings()
Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.
|
| Modifier and Type | Method and Description |
|---|---|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withSingleMeasureMappings(SingleMeasureMapping... singleMeasureMappings)
Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetTimestreamParameters.setSingleMeasureMappings(Collection<SingleMeasureMapping> singleMeasureMappings)
Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withSingleMeasureMappings(Collection<SingleMeasureMapping> singleMeasureMappings)
Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.
|
Copyright © 2024. All rights reserved.