public static interface DeleteDatasetContentRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<DeleteDatasetContentRequest.Builder,DeleteDatasetContentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDatasetContentRequest.Builder |
datasetName(String datasetName)
The name of the dataset whose content is deleted.
|
DeleteDatasetContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDatasetContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteDatasetContentRequest.Builder |
versionId(String versionId)
The version of the dataset whose content is deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDatasetContentRequest.Builder datasetName(String datasetName)
The name of the dataset whose content is deleted.
datasetName - The name of the dataset whose content is deleted.DeleteDatasetContentRequest.Builder versionId(String versionId)
The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or "$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified, "$LATEST_SUCCEEDED" is the default.
versionId - The version of the dataset whose content is deleted. You can also use the strings "$LATEST" or
"$LATEST_SUCCEEDED" to delete the latest or latest successfully completed data set. If not specified,
"$LATEST_SUCCEEDED" is the default.DeleteDatasetContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDatasetContentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.