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