public static interface UpdateDatasetRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDatasetRequest.Builder,UpdateDatasetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDatasetRequest.Builder |
actions(Collection<DatasetAction> actions)
A list of
DatasetAction objects. |
UpdateDatasetRequest.Builder |
actions(Consumer<DatasetAction.Builder>... actions)
A list of
DatasetAction objects. |
UpdateDatasetRequest.Builder |
actions(DatasetAction... actions)
A list of
DatasetAction objects. |
UpdateDatasetRequest.Builder |
contentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
UpdateDatasetRequest.Builder |
contentDeliveryRules(Consumer<DatasetContentDeliveryRule.Builder>... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
UpdateDatasetRequest.Builder |
contentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
|
UpdateDatasetRequest.Builder |
datasetName(String datasetName)
The name of the dataset to update.
|
UpdateDatasetRequest.Builder |
lateDataRules(Collection<LateDataRule> lateDataRules)
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
UpdateDatasetRequest.Builder |
lateDataRules(Consumer<LateDataRule.Builder>... lateDataRules)
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
UpdateDatasetRequest.Builder |
lateDataRules(LateDataRule... lateDataRules)
A list of data rules that send notifications to CloudWatch, when data arrives late.
|
UpdateDatasetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDatasetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateDatasetRequest.Builder |
retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
|
UpdateDatasetRequest.Builder |
retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
|
UpdateDatasetRequest.Builder |
triggers(Collection<DatasetTrigger> triggers)
A list of
DatasetTrigger objects. |
UpdateDatasetRequest.Builder |
triggers(Consumer<DatasetTrigger.Builder>... triggers)
A list of
DatasetTrigger objects. |
UpdateDatasetRequest.Builder |
triggers(DatasetTrigger... triggers)
A list of
DatasetTrigger objects. |
default UpdateDatasetRequest.Builder |
versioningConfiguration(Consumer<VersioningConfiguration.Builder> versioningConfiguration)
Optional.
|
UpdateDatasetRequest.Builder |
versioningConfiguration(VersioningConfiguration versioningConfiguration)
Optional.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDatasetRequest.Builder datasetName(String datasetName)
The name of the dataset to update.
datasetName - The name of the dataset to update.UpdateDatasetRequest.Builder actions(Collection<DatasetAction> actions)
A list of DatasetAction objects.
actions - A list of DatasetAction objects.UpdateDatasetRequest.Builder actions(DatasetAction... actions)
A list of DatasetAction objects.
actions - A list of DatasetAction objects.UpdateDatasetRequest.Builder actions(Consumer<DatasetAction.Builder>... actions)
A list of DatasetAction objects.
DatasetAction.Builder avoiding the need to create
one manually via DatasetAction.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #actions(List.
actions - a consumer that will call methods on
DatasetAction.Builder#actions(java.util.Collection) UpdateDatasetRequest.Builder triggers(Collection<DatasetTrigger> triggers)
A list of DatasetTrigger objects. The list can be empty or can contain up to five
DatasetTrigger objects.
triggers - A list of DatasetTrigger objects. The list can be empty or can contain up to five
DatasetTrigger objects.UpdateDatasetRequest.Builder triggers(DatasetTrigger... triggers)
A list of DatasetTrigger objects. The list can be empty or can contain up to five
DatasetTrigger objects.
triggers - A list of DatasetTrigger objects. The list can be empty or can contain up to five
DatasetTrigger objects.UpdateDatasetRequest.Builder triggers(Consumer<DatasetTrigger.Builder>... triggers)
A list of DatasetTrigger objects. The list can be empty or can contain up to five
DatasetTrigger objects.
DatasetTrigger.Builder avoiding the need to create
one manually via DatasetTrigger.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #triggers(List.
triggers - a consumer that will call methods on
DatasetTrigger.Builder#triggers(java.util.Collection) UpdateDatasetRequest.Builder contentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
contentDeliveryRules - When dataset contents are created, they are delivered to destinations specified here.UpdateDatasetRequest.Builder contentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
contentDeliveryRules - When dataset contents are created, they are delivered to destinations specified here.UpdateDatasetRequest.Builder contentDeliveryRules(Consumer<DatasetContentDeliveryRule.Builder>... contentDeliveryRules)
When dataset contents are created, they are delivered to destinations specified here.
This is a convenience method that creates an instance of theDatasetContentDeliveryRule.Builder avoiding the
need to create one manually via
DatasetContentDeliveryRule.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #contentDeliveryRules(List.
contentDeliveryRules - a consumer that will call methods on
DatasetContentDeliveryRule.Builder#contentDeliveryRules(java.util.Collection) UpdateDatasetRequest.Builder retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
retentionPeriod - How long, in days, dataset contents are kept for the dataset.default UpdateDatasetRequest.Builder retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, dataset contents are kept for the dataset.
This is a convenience method that creates an instance of theRetentionPeriod.Builder avoiding the
need to create one manually via RetentionPeriod.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to retentionPeriod(RetentionPeriod).
retentionPeriod - a consumer that will call methods on RetentionPeriod.BuilderretentionPeriod(RetentionPeriod)UpdateDatasetRequest.Builder versioningConfiguration(VersioningConfiguration 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 IoT Analytics datasets in the IoT Analytics User Guide.
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 IoT Analytics datasets in the IoT Analytics User Guide.default UpdateDatasetRequest.Builder versioningConfiguration(Consumer<VersioningConfiguration.Builder> 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 IoT Analytics datasets in the IoT Analytics User Guide.
VersioningConfiguration.Builder avoiding
the need to create one manually via VersioningConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to versioningConfiguration(VersioningConfiguration).
versioningConfiguration - a consumer that will call methods on VersioningConfiguration.BuilderversioningConfiguration(VersioningConfiguration)UpdateDatasetRequest.Builder lateDataRules(Collection<LateDataRule> 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.
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.UpdateDatasetRequest.Builder lateDataRules(LateDataRule... 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.
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.UpdateDatasetRequest.Builder lateDataRules(Consumer<LateDataRule.Builder>... 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.
LateDataRule.Builder avoiding the need to create
one manually via LateDataRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #lateDataRules(List.
lateDataRules - a consumer that will call methods on
LateDataRule.Builder#lateDataRules(java.util.Collection) UpdateDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.