Interface ListDatasetImportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDatasetImportJobsRequest.Builder,ListDatasetImportJobsRequest>,PersonalizeRequest.Builder,SdkBuilder<ListDatasetImportJobsRequest.Builder,ListDatasetImportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDatasetImportJobsRequest
public static interface ListDatasetImportJobsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetImportJobsRequest.Builder,ListDatasetImportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDatasetImportJobsRequest.BuilderdatasetArn(String datasetArn)The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.ListDatasetImportJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of dataset import jobs to return.ListDatasetImportJobsRequest.BuildernextToken(String nextToken)A token returned from the previous call toListDatasetImportJobsfor getting the next set of dataset import jobs (if they exist).ListDatasetImportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDatasetImportJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
datasetArn
ListDatasetImportJobsRequest.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.
- Parameters:
datasetArn- The Amazon Resource Name (ARN) of the dataset to list the dataset import jobs for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDatasetImportJobsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to
ListDatasetImportJobsfor getting the next set of dataset import jobs (if they exist).- Parameters:
nextToken- A token returned from the previous call toListDatasetImportJobsfor getting the next set of dataset import jobs (if they exist).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDatasetImportJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of dataset import jobs to return.
- Parameters:
maxResults- The maximum number of dataset import jobs to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDatasetImportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDatasetImportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-