| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamquery.model |
| Modifier and Type | Method and Description |
|---|---|
static MultiMeasureAttributeMapping.Builder |
MultiMeasureAttributeMapping.builder() |
MultiMeasureAttributeMapping.Builder |
MultiMeasureAttributeMapping.Builder.measureValueType(ScalarMeasureValueType measureValueType)
Type of the attribute to be read from the source column.
|
MultiMeasureAttributeMapping.Builder |
MultiMeasureAttributeMapping.Builder.measureValueType(String measureValueType)
Type of the attribute to be read from the source column.
|
MultiMeasureAttributeMapping.Builder |
MultiMeasureAttributeMapping.Builder.sourceColumn(String sourceColumn)
Source column from where the attribute value is to be read.
|
MultiMeasureAttributeMapping.Builder |
MultiMeasureAttributeMapping.Builder.targetMultiMeasureAttributeName(String targetMultiMeasureAttributeName)
Custom name to be used for attribute name in derived table.
|
MultiMeasureAttributeMapping.Builder |
MultiMeasureAttributeMapping.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MultiMeasureAttributeMapping.Builder> |
MultiMeasureAttributeMapping.serializableBuilderClass() |
Copyright © 2023. All rights reserved.