@Stability(value=Experimental) public static final class IotSqlConfig.Builder extends Object implements software.amazon.jsii.Builder<IotSqlConfig>
IotSqlConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IotSqlConfig.Builder |
awsIotSqlVersion(String awsIotSqlVersion)
Sets the value of
IotSqlConfig.getAwsIotSqlVersion() |
IotSqlConfig |
build()
Builds the configured instance.
|
IotSqlConfig.Builder |
sql(String sql)
Sets the value of
IotSqlConfig.getSql() |
@Stability(value=Experimental) public IotSqlConfig.Builder awsIotSqlVersion(String awsIotSqlVersion)
IotSqlConfig.getAwsIotSqlVersion()awsIotSqlVersion - The version of the SQL rules engine to use when evaluating the rule. This parameter is required.this@Stability(value=Experimental) public IotSqlConfig.Builder sql(String sql)
IotSqlConfig.getSql()sql - The SQL statement used to query the topic. This parameter is required.this@Stability(value=Experimental) public IotSqlConfig build()
build in interface software.amazon.jsii.Builder<IotSqlConfig>IotSqlConfigNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.