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
Modifier and TypeMethodDescriptiondatasetGroupArn(String datasetGroupArn) The Amazon Resource Name (ARN) of the dataset group.maxResults(Integer maxResults) The maximum number of solutions to return.A token returned from the previous call toListSolutionsfor getting the next set of solutions (if they exist).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSolutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-