Interface ListDatasetExportJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDatasetExportJobsRequest.Builder,ListDatasetExportJobsRequest>,PersonalizeRequest.Builder,SdkBuilder<ListDatasetExportJobsRequest.Builder,ListDatasetExportJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDatasetExportJobsRequest
public static interface ListDatasetExportJobsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetExportJobsRequest.Builder,ListDatasetExportJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDatasetExportJobsRequest.BuilderdatasetArn(String datasetArn)The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.ListDatasetExportJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of dataset export jobs to return.ListDatasetExportJobsRequest.BuildernextToken(String nextToken)A token returned from the previous call toListDatasetExportJobsfor getting the next set of dataset export jobs (if they exist).ListDatasetExportJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDatasetExportJobsRequest.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
ListDatasetExportJobsRequest.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.
- Parameters:
datasetArn- The Amazon Resource Name (ARN) of the dataset to list the dataset export jobs for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDatasetExportJobsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to
ListDatasetExportJobsfor getting the next set of dataset export jobs (if they exist).- Parameters:
nextToken- A token returned from the previous call toListDatasetExportJobsfor getting the next set of dataset export jobs (if they exist).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDatasetExportJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of dataset export jobs to return.
- Parameters:
maxResults- The maximum number of dataset export jobs to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDatasetExportJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDatasetExportJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-