@Stability(value=Stable) public static final class CfnDataset.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset>
CfnDataset.| Modifier and Type | Method and Description |
|---|---|
CfnDataset.Builder |
actions(IResolvable actions)
The `DatasetAction` objects that automatically create the dataset contents.
|
CfnDataset.Builder |
actions(List<? extends Object> actions)
The `DatasetAction` objects that automatically create the dataset contents.
|
CfnDataset |
build() |
CfnDataset.Builder |
contentDeliveryRules(IResolvable contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
CfnDataset.Builder |
contentDeliveryRules(List<? extends Object> contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
static CfnDataset.Builder |
create(software.constructs.Construct scope,
String id) |
CfnDataset.Builder |
datasetName(String datasetName)
The name of the dataset.
|
CfnDataset.Builder |
lateDataRules(IResolvable lateDataRules)
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
CfnDataset.Builder |
lateDataRules(List<? extends Object> lateDataRules)
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
CfnDataset.Builder |
retentionPeriod(CfnDataset.RetentionPeriodProperty retentionPeriod)
Optional.
|
CfnDataset.Builder |
retentionPeriod(IResolvable retentionPeriod)
Optional.
|
CfnDataset.Builder |
tags(List<? extends CfnTag> tags)
Metadata which can be used to manage the data set.
|
CfnDataset.Builder |
triggers(IResolvable triggers)
The `DatasetTrigger` objects that specify when the dataset is automatically updated.
|
CfnDataset.Builder |
triggers(List<? extends Object> triggers)
The `DatasetTrigger` objects that specify when the dataset is automatically updated.
|
CfnDataset.Builder |
versioningConfiguration(CfnDataset.VersioningConfigurationProperty versioningConfiguration)
Optional.
|
CfnDataset.Builder |
versioningConfiguration(IResolvable versioningConfiguration)
Optional.
|
@Stability(value=Stable) public static CfnDataset.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDataset.ActionProperty.Builder.@Stability(value=Stable) public CfnDataset.Builder actions(IResolvable actions)
actions - The `DatasetAction` objects that automatically create the dataset contents. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder actions(List<? extends Object> actions)
actions - The `DatasetAction` objects that automatically create the dataset contents. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder contentDeliveryRules(IResolvable contentDeliveryRules)
contentDeliveryRules - When dataset contents are created they are delivered to destinations specified here. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder contentDeliveryRules(List<? extends Object> contentDeliveryRules)
contentDeliveryRules - When dataset contents are created they are delivered to destinations specified here. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder datasetName(String datasetName)
datasetName - The name of the dataset. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder lateDataRules(IResolvable lateDataRules)
To specify lateDataRules , the dataset must use a DeltaTimer filter.
lateDataRules - A list of data rules that send notifications to CloudWatch, when data arrives late. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder lateDataRules(List<? extends Object> lateDataRules)
To specify lateDataRules , the dataset must use a DeltaTimer filter.
lateDataRules - A list of data rules that send notifications to CloudWatch, when data arrives late. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder retentionPeriod(CfnDataset.RetentionPeriodProperty retentionPeriod)
How long, in days, message data is kept for the dataset.
retentionPeriod - Optional. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder retentionPeriod(IResolvable retentionPeriod)
How long, in days, message data is kept for the dataset.
retentionPeriod - Optional. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - Metadata which can be used to manage the data set. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder triggers(IResolvable triggers)
triggers - The `DatasetTrigger` objects that specify when the dataset is automatically updated. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder triggers(List<? extends Object> triggers)
triggers - The `DatasetTrigger` objects that specify when the dataset is automatically updated. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder versioningConfiguration(CfnDataset.VersioningConfigurationProperty versioningConfiguration)
How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the retentionPeriod parameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .
versioningConfiguration - Optional. This parameter is required.this@Stability(value=Stable) public CfnDataset.Builder versioningConfiguration(IResolvable versioningConfiguration)
How many versions of dataset contents are kept. If not specified or set to null, only the latest version plus the latest succeeded version (if they are different) are kept for the time period specified by the retentionPeriod parameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .
versioningConfiguration - Optional. This parameter is required.this@Stability(value=Stable) public CfnDataset build()
build in interface software.amazon.jsii.Builder<CfnDataset>Copyright © 2022. All rights reserved.