| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.clone() |
PipeTargetTimestreamParameters |
PipeTargetParameters.getTimestreamParameters()
The parameters for using a Timestream for LiveAnalytics table as a target.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withDimensionMappings(Collection<DimensionMapping> dimensionMappings)
Map source data to dimensions in the target Timestream for LiveAnalytics table.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withDimensionMappings(DimensionMapping... dimensionMappings)
Map source data to dimensions in the target Timestream for LiveAnalytics table.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withEpochTimeUnit(EpochTimeUnit epochTimeUnit)
The granularity of the time units used.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withEpochTimeUnit(String epochTimeUnit)
The granularity of the time units used.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withMultiMeasureMappings(Collection<MultiMeasureMapping> multiMeasureMappings)
Maps multiple measures from the source event to the same record in the specified Timestream for LiveAnalytics
table.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withMultiMeasureMappings(MultiMeasureMapping... multiMeasureMappings)
Maps multiple measures from the source event to the same record 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.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withSingleMeasureMappings(SingleMeasureMapping... singleMeasureMappings)
Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withTimeFieldType(String timeFieldType)
The type of time value used.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withTimeFieldType(TimeFieldType timeFieldType)
The type of time value used.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withTimestampFormat(String timestampFormat)
How to format the timestamps.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withTimeValue(String timeValue)
Dynamic path to the source data field that represents the time value for your data.
|
PipeTargetTimestreamParameters |
PipeTargetTimestreamParameters.withVersionValue(String versionValue)
64 bit version value or source data field that represents the version value for your data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetParameters.setTimestreamParameters(PipeTargetTimestreamParameters timestreamParameters)
The parameters for using a Timestream for LiveAnalytics table as a target.
|
PipeTargetParameters |
PipeTargetParameters.withTimestreamParameters(PipeTargetTimestreamParameters timestreamParameters)
The parameters for using a Timestream for LiveAnalytics table as a target.
|
Copyright © 2024. All rights reserved.