Interface ListSolutionVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSolutionVersionsRequest.Builder,
,ListSolutionVersionsRequest> PersonalizeRequest.Builder
,SdkBuilder<ListSolutionVersionsRequest.Builder,
,ListSolutionVersionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSolutionVersionsRequest
public static interface ListSolutionVersionsRequest.Builder
extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListSolutionVersionsRequest.Builder,ListSolutionVersionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of solution versions to return.A token returned from the previous call toListSolutionVersions
for getting the next set of solution versions (if they exist).overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.solutionArn
(String solutionArn) The Amazon Resource Name (ARN) of the solution.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 Details
-
solutionArn
The Amazon Resource Name (ARN) of the solution.
- Parameters:
solutionArn
- The Amazon Resource Name (ARN) of the solution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token returned from the previous call to
ListSolutionVersions
for getting the next set of solution versions (if they exist).- Parameters:
nextToken
- A token returned from the previous call toListSolutionVersions
for getting the next set of solution versions (if they exist).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of solution versions to return.
- Parameters:
maxResults
- The maximum number of solution versions to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSolutionVersionsRequest.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
ListSolutionVersionsRequest.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.
-