Class CfnScheduledQuery.TargetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.timestream.CfnScheduledQuery.TargetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnScheduledQuery.TargetConfigurationProperty>
- Enclosing interface:
CfnScheduledQuery.TargetConfigurationProperty
@Stability(Stable)
public static final class CfnScheduledQuery.TargetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnScheduledQuery.TargetConfigurationProperty>
A builder for
CfnScheduledQuery.TargetConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.timestreamConfiguration
(IResolvable timestreamConfiguration) timestreamConfiguration
(CfnScheduledQuery.TimestreamConfigurationProperty timestreamConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timestreamConfiguration
@Stability(Stable) public CfnScheduledQuery.TargetConfigurationProperty.Builder timestreamConfiguration(IResolvable timestreamConfiguration) - Parameters:
timestreamConfiguration
- Configuration needed to write data into the Timestream database and table. This parameter is required.- Returns:
this
-
timestreamConfiguration
@Stability(Stable) public CfnScheduledQuery.TargetConfigurationProperty.Builder timestreamConfiguration(CfnScheduledQuery.TimestreamConfigurationProperty timestreamConfiguration) - Parameters:
timestreamConfiguration
- Configuration needed to write data into the Timestream database and table. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnScheduledQuery.TargetConfigurationProperty>
- Returns:
- a new instance of
CfnScheduledQuery.TargetConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-