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 data set whose contents are retrieved.
|
GetDatasetContentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDatasetContentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDatasetContentRequest.Builder |
versionId(String versionId)
The version of the data set whose contents are retrieved.
|
buildoverrideConfigurationcopyapplyMutation, buildGetDatasetContentRequest.Builder datasetName(String datasetName)
The name of the data set whose contents are retrieved.
datasetName - The name of the data set whose contents are retrieved.GetDatasetContentRequest.Builder versionId(String versionId)
The version of the data set 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 data set. If not specified, "$LATEST_SUCCEEDED" is the default.
versionId - The version of the data set 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 data set.
If not specified, "$LATEST_SUCCEEDED" is the default.GetDatasetContentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDatasetContentRequest.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.