@Stability(value=Stable) public static final class CfnDatasetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDatasetProps>
CfnDatasetProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDatasetProps.Builder actions(IResolvable actions)
CfnDatasetProps.getActions()actions - The `DatasetAction` objects that automatically create the dataset contents. This parameter is required.this@Stability(value=Stable) public CfnDatasetProps.Builder actions(List<? extends Object> actions)
CfnDatasetProps.getActions()actions - The `DatasetAction` objects that automatically create the dataset contents. This parameter is required.this@Stability(value=Stable) public CfnDatasetProps.Builder contentDeliveryRules(IResolvable contentDeliveryRules)
CfnDatasetProps.getContentDeliveryRules()contentDeliveryRules - When dataset contents are created they are delivered to destinations specified here.this@Stability(value=Stable) public CfnDatasetProps.Builder contentDeliveryRules(List<? extends Object> contentDeliveryRules)
CfnDatasetProps.getContentDeliveryRules()contentDeliveryRules - When dataset contents are created they are delivered to destinations specified here.this@Stability(value=Stable) public CfnDatasetProps.Builder datasetName(String datasetName)
CfnDatasetProps.getDatasetName()datasetName - The name of the dataset.this@Stability(value=Stable) public CfnDatasetProps.Builder lateDataRules(IResolvable lateDataRules)
CfnDatasetProps.getLateDataRules()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.this@Stability(value=Stable) public CfnDatasetProps.Builder lateDataRules(List<? extends Object> lateDataRules)
CfnDatasetProps.getLateDataRules()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.this@Stability(value=Stable) public CfnDatasetProps.Builder retentionPeriod(CfnDataset.RetentionPeriodProperty retentionPeriod)
CfnDatasetProps.getRetentionPeriod()retentionPeriod - Optional.
How long, in days, message data is kept for the dataset.this@Stability(value=Stable) public CfnDatasetProps.Builder retentionPeriod(IResolvable retentionPeriod)
CfnDatasetProps.getRetentionPeriod()retentionPeriod - Optional.
How long, in days, message data is kept for the dataset.this@Stability(value=Stable) public CfnDatasetProps.Builder tags(List<? extends CfnTag> tags)
CfnDatasetProps.getTags()tags - Metadata which can be used to manage the data set.
For more information, see Tag .this@Stability(value=Stable) public CfnDatasetProps.Builder triggers(IResolvable triggers)
CfnDatasetProps.getTriggers()triggers - The `DatasetTrigger` objects that specify when the dataset is automatically updated.this@Stability(value=Stable) public CfnDatasetProps.Builder triggers(List<? extends Object> triggers)
CfnDatasetProps.getTriggers()triggers - The `DatasetTrigger` objects that specify when the dataset is automatically updated.this@Stability(value=Stable) public CfnDatasetProps.Builder versioningConfiguration(CfnDataset.VersioningConfigurationProperty versioningConfiguration)
CfnDatasetProps.getVersioningConfiguration()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 retentionPeriod parameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .this@Stability(value=Stable) public CfnDatasetProps.Builder versioningConfiguration(IResolvable versioningConfiguration)
CfnDatasetProps.getVersioningConfiguration()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 retentionPeriod parameter. For more information, see Keeping Multiple Versions of AWS IoT Analytics datasets in the AWS IoT Analytics User Guide .this@Stability(value=Stable) public CfnDatasetProps build()
build in interface software.amazon.jsii.Builder<CfnDatasetProps>CfnDatasetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.