Interface ListSolutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSolutionsRequest.Builder,
,ListSolutionsRequest> PersonalizeRequest.Builder
,SdkBuilder<ListSolutionsRequest.Builder,
,ListSolutionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSolutionsRequest
@Mutable
@NotThreadSafe
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 toListSolutions
for 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
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 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
ListSolutions
for getting the next set of solutions (if they exist).- Parameters:
nextToken
- A token returned from the previous call toListSolutions
for 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-