public static interface ListDatasetContentsResponse.Builder extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<ListDatasetContentsResponse.Builder,ListDatasetContentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetContentsResponse.Builder |
datasetContentSummaries(Collection<DatasetContentSummary> datasetContentSummaries)
Summary information about data set contents that have been created.
|
ListDatasetContentsResponse.Builder |
datasetContentSummaries(Consumer<DatasetContentSummary.Builder>... datasetContentSummaries)
Summary information about data set contents that have been created.
|
ListDatasetContentsResponse.Builder |
datasetContentSummaries(DatasetContentSummary... datasetContentSummaries)
Summary information about data set contents that have been created.
|
ListDatasetContentsResponse.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results, or
null if there are no more results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListDatasetContentsResponse.Builder datasetContentSummaries(Collection<DatasetContentSummary> datasetContentSummaries)
Summary information about data set contents that have been created.
datasetContentSummaries - Summary information about data set contents that have been created.ListDatasetContentsResponse.Builder datasetContentSummaries(DatasetContentSummary... datasetContentSummaries)
Summary information about data set contents that have been created.
datasetContentSummaries - Summary information about data set contents that have been created.ListDatasetContentsResponse.Builder datasetContentSummaries(Consumer<DatasetContentSummary.Builder>... datasetContentSummaries)
Summary information about data set contents that have been created.
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 #datasetContentSummaries(List) .datasetContentSummaries - a consumer that will call methods on List.Builder #datasetContentSummaries(List) ListDatasetContentsResponse.Builder nextToken(String nextToken)
The token to retrieve the next set of results, or null if there are no more results.
nextToken - The token to retrieve the next set of results, or null if there are no more results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.