| 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 data set.
|
Dataset |
Dataset.withActions(Collection<DatasetAction> actions)
The "DatasetAction" objects that automatically create the data set contents.
|
Dataset |
Dataset.withActions(DatasetAction... actions)
The "DatasetAction" objects that automatically create the data set contents.
|
Dataset |
Dataset.withArn(String arn)
The ARN of the data set.
|
Dataset |
Dataset.withContentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When data set contents are created they are delivered to destinations specified here.
|
Dataset |
Dataset.withContentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When data set contents are created they are delivered to destinations specified here.
|
Dataset |
Dataset.withCreationTime(Date creationTime)
When the data set was created.
|
Dataset |
Dataset.withLastUpdateTime(Date lastUpdateTime)
The last time the data set was updated.
|
Dataset |
Dataset.withName(String name)
The name of the data set.
|
Dataset |
Dataset.withRetentionPeriod(RetentionPeriod retentionPeriod)
[Optional] How long, in days, message data is kept for the data set.
|
Dataset |
Dataset.withStatus(DatasetStatus status)
The status of the data set.
|
Dataset |
Dataset.withStatus(String status)
The status of the data set.
|
Dataset |
Dataset.withTriggers(Collection<DatasetTrigger> triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
|
Dataset |
Dataset.withTriggers(DatasetTrigger... triggers)
The "DatasetTrigger" objects that specify when the data set is automatically updated.
|
Dataset |
Dataset.withVersioningConfiguration(VersioningConfiguration versioningConfiguration)
[Optional] How many versions of data set contents are kept.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetResult.setDataset(Dataset dataset)
An object that contains information about the data set.
|
DescribeDatasetResult |
DescribeDatasetResult.withDataset(Dataset dataset)
An object that contains information about the data set.
|
Copyright © 2020. All rights reserved.