public static interface ListDatasetsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetsRequest.Builder,ListDatasetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetsRequest.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
|
ListDatasetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of datasets to return.
|
ListDatasetsRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListDatasetImportJobs for getting the next set of
dataset import jobs (if they exist). |
ListDatasetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatasetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetsRequest.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group that contains the datasets to list.ListDatasetsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListDatasetImportJobs for getting the next set of
dataset import jobs (if they exist).
nextToken - A token returned from the previous call to ListDatasetImportJobs for getting the next set
of dataset import jobs (if they exist).ListDatasetsRequest.Builder maxResults(Integer maxResults)
The maximum number of datasets to return.
maxResults - The maximum number of datasets to return.ListDatasetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatasetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.