public static interface ListDatasetGroupsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListDatasetGroupsRequest.Builder,ListDatasetGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDatasetGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of dataset groups to return.
|
ListDatasetGroupsRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListDatasetGroups for getting the next set of dataset
groups (if they exist). |
ListDatasetGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDatasetGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDatasetGroupsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListDatasetGroups for getting the next set of dataset
groups (if they exist).
nextToken - A token returned from the previous call to ListDatasetGroups for getting the next set of
dataset groups (if they exist).ListDatasetGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of dataset groups to return.
maxResults - The maximum number of dataset groups to return.ListDatasetGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDatasetGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.