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