@Stability(value=Stable) public static final class CfnDataset.DeltaTimeSessionWindowConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.DeltaTimeSessionWindowConfigurationProperty>
CfnDataset.DeltaTimeSessionWindowConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.DeltaTimeSessionWindowConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataset.DeltaTimeSessionWindowConfigurationProperty.Builder |
timeoutInMinutes(Number timeoutInMinutes)
|
@Stability(value=Stable) public CfnDataset.DeltaTimeSessionWindowConfigurationProperty.Builder timeoutInMinutes(Number timeoutInMinutes)
timeoutInMinutes - A time interval. This parameter is required.
You can use timeoutInMinutes so that AWS IoT Analytics can batch up late data notifications that have been generated since the last execution. AWS IoT Analytics sends one batch of notifications to Amazon CloudWatch Events at one time.
For more information about how to write a timestamp expression, see Date and Time Functions and Operators , in the Presto 0.172 Documentation .
this@Stability(value=Stable) public CfnDataset.DeltaTimeSessionWindowConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.DeltaTimeSessionWindowConfigurationProperty>CfnDataset.DeltaTimeSessionWindowConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.