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