@Stability(value=Stable)
public static interface CfnScheduledQuery.MixedMeasureMappingProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.timestream.*;
MixedMeasureMappingProperty mixedMeasureMappingProperty = MixedMeasureMappingProperty.builder()
.measureValueType("measureValueType")
// the properties below are optional
.measureName("measureName")
.multiMeasureAttributeMappings(List.of(MultiMeasureAttributeMappingProperty.builder()
.measureValueType("measureValueType")
.sourceColumn("sourceColumn")
// the properties below are optional
.targetMultiMeasureAttributeName("targetMultiMeasureAttributeName")
.build()))
.sourceColumn("sourceColumn")
.targetMeasureName("targetMeasureName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.MixedMeasureMappingProperty.Builder
A builder for
CfnScheduledQuery.MixedMeasureMappingProperty |
static class |
CfnScheduledQuery.MixedMeasureMappingProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.MixedMeasureMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.MixedMeasureMappingProperty.Builder |
builder() |
default String |
getMeasureName()
`CfnScheduledQuery.MixedMeasureMappingProperty.MeasureName`.
|
String |
getMeasureValueType()
`CfnScheduledQuery.MixedMeasureMappingProperty.MeasureValueType`.
|
default Object |
getMultiMeasureAttributeMappings()
`CfnScheduledQuery.MixedMeasureMappingProperty.MultiMeasureAttributeMappings`.
|
default String |
getSourceColumn()
`CfnScheduledQuery.MixedMeasureMappingProperty.SourceColumn`.
|
default String |
getTargetMeasureName()
`CfnScheduledQuery.MixedMeasureMappingProperty.TargetMeasureName`.
|
@Stability(value=Stable) @Nullable default String getMeasureName()
@Stability(value=Stable) @NotNull String getMeasureValueType()
@Stability(value=Stable) @Nullable default Object getMultiMeasureAttributeMappings()
@Stability(value=Stable) @Nullable default String getSourceColumn()
@Stability(value=Stable) @Nullable default String getTargetMeasureName()
@Stability(value=Stable) static CfnScheduledQuery.MixedMeasureMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.