| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
Dataset.clone() |
Dataset |
DescribeDatasetResult.getDataset()
An object that contains information about the dataset.
|
Dataset |
Dataset.withActions(Collection<DatasetAction> actions)
The
DatasetAction objects that automatically create the dataset contents. |
Dataset |
Dataset.withActions(DatasetAction... actions)
The
DatasetAction objects that automatically create the dataset contents. |
Dataset |
Dataset.withArn(String arn)
The ARN of the dataset.
|
Dataset |
Dataset.withContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
Dataset |
Dataset.withContentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created they are delivered to destinations specified here.
|
Dataset |
Dataset.withCreationTime(Date creationTime)
When the dataset was created.
|
Dataset |
Dataset.withLastUpdateTime(Date lastUpdateTime)
The last time the dataset was updated.
|
Dataset |
Dataset.withLateDataRules(Collection<LateDataRule> lateDataRules)
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
Dataset |
Dataset.withLateDataRules(LateDataRule... lateDataRules)
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
Dataset |
Dataset.withName(String name)
The name of the dataset.
|
Dataset |
Dataset.withRetentionPeriod(RetentionPeriod retentionPeriod)
Optional.
|
Dataset |
Dataset.withStatus(DatasetStatus status)
The status of the dataset.
|
Dataset |
Dataset.withStatus(String status)
The status of the dataset.
|
Dataset |
Dataset.withTriggers(Collection<DatasetTrigger> triggers)
The
DatasetTrigger objects that specify when the dataset is automatically updated. |
Dataset |
Dataset.withTriggers(DatasetTrigger... triggers)
The
DatasetTrigger objects that specify when the dataset is automatically updated. |
Dataset |
Dataset.withVersioningConfiguration(VersioningConfiguration versioningConfiguration)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetResult.setDataset(Dataset dataset)
An object that contains information about the dataset.
|
DescribeDatasetResult |
DescribeDatasetResult.withDataset(Dataset dataset)
An object that contains information about the dataset.
|
Copyright © 2021. All rights reserved.