@Stability(value=Stable) public static final class CfnScheduledQuery.MixedMeasureMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledQuery.MixedMeasureMappingProperty>
CfnScheduledQuery.MixedMeasureMappingProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnScheduledQuery.MixedMeasureMappingProperty.Builder measureValueType(String measureValueType)
CfnScheduledQuery.MixedMeasureMappingProperty.getMeasureValueType()measureValueType - Type of the value that is to be read from sourceColumn. This parameter is required.
If the mapping is for MULTI, use MeasureValueType.MULTI.this@Stability(value=Stable) public CfnScheduledQuery.MixedMeasureMappingProperty.Builder measureName(String measureName)
CfnScheduledQuery.MixedMeasureMappingProperty.getMeasureName()measureName - Refers to the value of measure_name in a result row.
This field is required if MeasureNameColumn is provided.this@Stability(value=Stable) public CfnScheduledQuery.MixedMeasureMappingProperty.Builder multiMeasureAttributeMappings(IResolvable multiMeasureAttributeMappings)
multiMeasureAttributeMappings - Required when measureValueType is MULTI.
Attribute mappings for MULTI value measures.this@Stability(value=Stable) public CfnScheduledQuery.MixedMeasureMappingProperty.Builder multiMeasureAttributeMappings(List<? extends Object> multiMeasureAttributeMappings)
multiMeasureAttributeMappings - Required when measureValueType is MULTI.
Attribute mappings for MULTI value measures.this@Stability(value=Stable) public CfnScheduledQuery.MixedMeasureMappingProperty.Builder sourceColumn(String sourceColumn)
CfnScheduledQuery.MixedMeasureMappingProperty.getSourceColumn()sourceColumn - This field refers to the source column from which measure-value is to be read for result materialization.this@Stability(value=Stable) public CfnScheduledQuery.MixedMeasureMappingProperty.Builder targetMeasureName(String targetMeasureName)
CfnScheduledQuery.MixedMeasureMappingProperty.getTargetMeasureName()targetMeasureName - Target measure name to be used.
If not provided, the target measure name by default would be measure-name if provided, or sourceColumn otherwise.this@Stability(value=Stable) public CfnScheduledQuery.MixedMeasureMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnScheduledQuery.MixedMeasureMappingProperty>CfnScheduledQuery.MixedMeasureMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.