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)
Sets the value of the ContentDeliveryRules property for this object.
|
UpdateDatasetRequest.Builder |
contentDeliveryRules(Consumer<DatasetContentDeliveryRule.Builder>... contentDeliveryRules)
Sets the value of the ContentDeliveryRules property for this object.
|
UpdateDatasetRequest.Builder |
contentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
Sets the value of the ContentDeliveryRules property for this object.
|
UpdateDatasetRequest.Builder |
datasetName(String datasetName)
The name of the data set to update.
|
UpdateDatasetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateDatasetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
default UpdateDatasetRequest.Builder |
retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, message data is kept for the data set.
|
UpdateDatasetRequest.Builder |
retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data set.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateDatasetRequest.Builder datasetName(String datasetName)
The name of the data set to update.
datasetName - The name of the data set 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.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #actions(List) .actions - a consumer that will call methods on List.Builder #actions(List) 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.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #triggers(List) .triggers - a consumer that will call methods on List.Builder #triggers(List) UpdateDatasetRequest.Builder contentDeliveryRules(Collection<DatasetContentDeliveryRule> contentDeliveryRules)
contentDeliveryRules - The new value for the ContentDeliveryRules property for this object.UpdateDatasetRequest.Builder contentDeliveryRules(DatasetContentDeliveryRule... contentDeliveryRules)
contentDeliveryRules - The new value for the ContentDeliveryRules property for this object.UpdateDatasetRequest.Builder contentDeliveryRules(Consumer<DatasetContentDeliveryRule.Builder>... contentDeliveryRules)
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #contentDeliveryRules(List) .contentDeliveryRules - a consumer that will call methods on List.Builder #contentDeliveryRules(List) UpdateDatasetRequest.Builder retentionPeriod(RetentionPeriod retentionPeriod)
How long, in days, message data is kept for the data set.
retentionPeriod - How long, in days, message data is kept for the data set.default UpdateDatasetRequest.Builder retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
How long, in days, message data is kept for the data set.
This is a convenience 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.