@Stability(value=Stable) public static final class CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledQuery.MultiMeasureAttributeMappingProperty>
CfnScheduledQuery.MultiMeasureAttributeMappingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScheduledQuery.MultiMeasureAttributeMappingProperty |
build()
Builds the configured instance.
|
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder |
measureValueType(String measureValueType)
|
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder |
sourceColumn(String sourceColumn)
Sets the value of
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.getSourceColumn() |
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder |
targetMultiMeasureAttributeName(String targetMultiMeasureAttributeName)
|
@Stability(value=Stable) public CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder measureValueType(String measureValueType)
measureValueType - Type of the attribute to be read from the source column. This parameter is required.this@Stability(value=Stable) public CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder sourceColumn(String sourceColumn)
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.getSourceColumn()sourceColumn - Source column from where the attribute value is to be read. This parameter is required.this@Stability(value=Stable) public CfnScheduledQuery.MultiMeasureAttributeMappingProperty.Builder targetMultiMeasureAttributeName(String targetMultiMeasureAttributeName)
CfnScheduledQuery.MultiMeasureAttributeMappingProperty.getTargetMultiMeasureAttributeName()targetMultiMeasureAttributeName - Custom name to be used for attribute name in derived table.
If not provided, source column name would be used.this@Stability(value=Stable) public CfnScheduledQuery.MultiMeasureAttributeMappingProperty build()
build in interface software.amazon.jsii.Builder<CfnScheduledQuery.MultiMeasureAttributeMappingProperty>CfnScheduledQuery.MultiMeasureAttributeMappingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.