public static interface ListDatasetContentsRequest.Builder extends IoTAnalyticsRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetContentsRequest.Builder,ListDatasetContentsRequest>
| Modifier and Type | Method and Description | 
|---|---|
ListDatasetContentsRequest.Builder | 
datasetName(String datasetName)
 The name of the data set whose contents information you want to list. 
 | 
ListDatasetContentsRequest.Builder | 
maxResults(Integer maxResults)
 The maximum number of results to return in this request. 
 | 
ListDatasetContentsRequest.Builder | 
nextToken(String nextToken)
 The token for the next set of results. 
 | 
ListDatasetContentsRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ListDatasetContentsRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildListDatasetContentsRequest.Builder datasetName(String datasetName)
The name of the data set whose contents information you want to list.
datasetName - The name of the data set whose contents information you want to list.ListDatasetContentsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListDatasetContentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.ListDatasetContentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDatasetContentsRequest.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.