Class CfnDatasetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin>
- Enclosing class:
CfnDatasetPropsMixin
CfnDatasetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionTheDatasetActionobjects that automatically create the dataset contents.actions(IResolvable actions) TheDatasetActionobjects that automatically create the dataset contents.build()contentDeliveryRules(List<? extends Object> contentDeliveryRules) When dataset contents are created they are delivered to destinations specified here.contentDeliveryRules(IResolvable contentDeliveryRules) When dataset contents are created they are delivered to destinations specified here.static CfnDatasetPropsMixin.Buildercreate()static CfnDatasetPropsMixin.Buildercreate(CfnPropertyMixinOptions options) datasetName(String datasetName) The name of the dataset.lateDataRules(List<? extends Object> lateDataRules) A list of data rules that send notifications to CloudWatch, when data arrives late.lateDataRules(IResolvable lateDataRules) A list of data rules that send notifications to CloudWatch, when data arrives late.retentionPeriod(IResolvable retentionPeriod) Optional.retentionPeriod(CfnDatasetPropsMixin.RetentionPeriodProperty retentionPeriod) Optional.Metadata which can be used to manage the data set.TheDatasetTriggerobjects that specify when the dataset is automatically updated.triggers(IResolvable triggers) TheDatasetTriggerobjects that specify when the dataset is automatically updated.versioningConfiguration(IResolvable versioningConfiguration) Optional.versioningConfiguration(CfnDatasetPropsMixin.VersioningConfigurationProperty versioningConfiguration) Optional.
-
Method Details
-
create
@Stability(Stable) public static CfnDatasetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnDatasetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnDatasetPropsMixin.Builder.
-
actions
TheDatasetActionobjects that automatically create the dataset contents.- Parameters:
actions- TheDatasetActionobjects that automatically create the dataset contents. This parameter is required.- Returns:
this- See Also:
-
actions
TheDatasetActionobjects that automatically create the dataset contents.- Parameters:
actions- TheDatasetActionobjects that automatically create the dataset contents. This parameter is required.- Returns:
this- See Also:
-
contentDeliveryRules
@Stability(Stable) public CfnDatasetPropsMixin.Builder contentDeliveryRules(IResolvable contentDeliveryRules) When dataset contents are created they are delivered to destinations specified here.- Parameters:
contentDeliveryRules- When dataset contents are created they are delivered to destinations specified here. This parameter is required.- Returns:
this- See Also:
-
contentDeliveryRules
@Stability(Stable) public CfnDatasetPropsMixin.Builder contentDeliveryRules(List<? extends Object> contentDeliveryRules) When dataset contents are created they are delivered to destinations specified here.- Parameters:
contentDeliveryRules- When dataset contents are created they are delivered to destinations specified here. This parameter is required.- Returns:
this- See Also:
-
datasetName
The name of the dataset.- Parameters:
datasetName- The name of the dataset. This parameter is required.- Returns:
this- See Also:
-
lateDataRules
A list of data rules that send notifications to CloudWatch, when data arrives late.To specify
lateDataRules, the dataset must use a DeltaTimer filter.- Parameters:
lateDataRules- A list of data rules that send notifications to CloudWatch, when data arrives late. This parameter is required.- Returns:
this- See Also:
-
lateDataRules
@Stability(Stable) public CfnDatasetPropsMixin.Builder lateDataRules(List<? extends Object> lateDataRules) A list of data rules that send notifications to CloudWatch, when data arrives late.To specify
lateDataRules, the dataset must use a DeltaTimer filter.- Parameters:
lateDataRules- A list of data rules that send notifications to CloudWatch, when data arrives late. This parameter is required.- Returns:
this- See Also:
-
retentionPeriod
Optional.How long, in days, message data is kept for the dataset.
- Parameters:
retentionPeriod- Optional. This parameter is required.- Returns:
this- See Also:
-
retentionPeriod
@Stability(Stable) public CfnDatasetPropsMixin.Builder retentionPeriod(CfnDatasetPropsMixin.RetentionPeriodProperty retentionPeriod) Optional.How long, in days, message data is kept for the dataset.
- Parameters:
retentionPeriod- Optional. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata which can be used to manage the data set.For more information, see Tag .
- Parameters:
tags- Metadata which can be used to manage the data set. This parameter is required.- Returns:
this- See Also:
-
triggers
TheDatasetTriggerobjects that specify when the dataset is automatically updated.- Parameters:
triggers- TheDatasetTriggerobjects that specify when the dataset is automatically updated. This parameter is required.- Returns:
this- See Also:
-
triggers
TheDatasetTriggerobjects that specify when the dataset is automatically updated.- Parameters:
triggers- TheDatasetTriggerobjects that specify when the dataset is automatically updated. This parameter is required.- Returns:
this- See Also:
-
versioningConfiguration
@Stability(Stable) public CfnDatasetPropsMixin.Builder versioningConfiguration(IResolvable versioningConfiguration) Optional.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
retentionPeriodparameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .- Parameters:
versioningConfiguration- Optional. This parameter is required.- Returns:
this- See Also:
-
versioningConfiguration
@Stability(Stable) public CfnDatasetPropsMixin.Builder versioningConfiguration(CfnDatasetPropsMixin.VersioningConfigurationProperty versioningConfiguration) Optional.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
retentionPeriodparameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .- Parameters:
versioningConfiguration- Optional. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin>- Returns:
- a newly built instance of
CfnDatasetPropsMixin.
-