public static interface ListDatasetImportJobsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetImportJobsRequest.Builder,ListDatasetImportJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetImportJobsRequest.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.
|
ListDatasetImportJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of dataset import jobs to return.
|
ListDatasetImportJobsRequest.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). |
ListDatasetImportJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatasetImportJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetImportJobsRequest.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.
datasetArn - The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.ListDatasetImportJobsRequest.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).ListDatasetImportJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of dataset import jobs to return.
maxResults - The maximum number of dataset import jobs to return.ListDatasetImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatasetImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.