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 dataset 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) |
ListDatasetContentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDatasetContentsRequest.Builder |
scheduledBefore(Instant scheduledBefore)
A filter to limit results to those dataset contents whose creation is scheduled before the given time.
|
ListDatasetContentsRequest.Builder |
scheduledOnOrAfter(Instant scheduledOnOrAfter)
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetContentsRequest.Builder datasetName(String datasetName)
The name of the dataset whose contents information you want to list.
datasetName - The name of the dataset 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 scheduledOnOrAfter(Instant scheduledOnOrAfter)
A filter to limit results to those dataset contents whose creation is scheduled on or after the given time.
See the field triggers.schedule in the CreateDataset request. (timestamp)
scheduledOnOrAfter - A filter to limit results to those dataset contents whose creation is scheduled on or after the given
time. See the field triggers.schedule in the CreateDataset request.
(timestamp)ListDatasetContentsRequest.Builder scheduledBefore(Instant scheduledBefore)
A filter to limit results to those dataset contents whose creation is scheduled before the given time. See
the field triggers.schedule in the CreateDataset request. (timestamp)
scheduledBefore - A filter to limit results to those dataset contents whose creation is scheduled before the given time.
See the field triggers.schedule in the CreateDataset request. (timestamp)ListDatasetContentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatasetContentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.