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