@Stability(value=Stable) public static final class CfnScheduledQuery.TimestreamConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledQuery.TimestreamConfigurationProperty>
CfnScheduledQuery.TimestreamConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder databaseName(String databaseName)
CfnScheduledQuery.TimestreamConfigurationProperty.getDatabaseName()databaseName - Name of Timestream database to which the query result will be written. This parameter is required.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder dimensionMappings(IResolvable dimensionMappings)
CfnScheduledQuery.TimestreamConfigurationProperty.getDimensionMappings()dimensionMappings - This is to allow mapping column(s) from the query result to the dimension in the destination table. This parameter is required.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder dimensionMappings(List<? extends Object> dimensionMappings)
CfnScheduledQuery.TimestreamConfigurationProperty.getDimensionMappings()dimensionMappings - This is to allow mapping column(s) from the query result to the dimension in the destination table. This parameter is required.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder tableName(String tableName)
CfnScheduledQuery.TimestreamConfigurationProperty.getTableName()tableName - Name of Timestream table that the query result will be written to. This parameter is required.
The table should be within the same database that is provided in Timestream configuration.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder timeColumn(String timeColumn)
CfnScheduledQuery.TimestreamConfigurationProperty.getTimeColumn()timeColumn - Column from query result that should be used as the time column in destination table. This parameter is required.
Column type for this should be TIMESTAMP.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder measureNameColumn(String measureNameColumn)
CfnScheduledQuery.TimestreamConfigurationProperty.getMeasureNameColumn()measureNameColumn - Name of the measure column.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder mixedMeasureMappings(IResolvable mixedMeasureMappings)
mixedMeasureMappings - Specifies how to map measures to multi-measure records.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder mixedMeasureMappings(List<? extends Object> mixedMeasureMappings)
mixedMeasureMappings - Specifies how to map measures to multi-measure records.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder multiMeasureMappings(CfnScheduledQuery.MultiMeasureMappingsProperty multiMeasureMappings)
multiMeasureMappings - Multi-measure mappings.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty.Builder multiMeasureMappings(IResolvable multiMeasureMappings)
multiMeasureMappings - Multi-measure mappings.this@Stability(value=Stable) public CfnScheduledQuery.TimestreamConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnScheduledQuery.TimestreamConfigurationProperty>CfnScheduledQuery.TimestreamConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.