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