public static interface ListSolutionVersionsRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<ListSolutionVersionsRequest.Builder,ListSolutionVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSolutionVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of solution versions to return.
|
ListSolutionVersionsRequest.Builder |
nextToken(String nextToken)
A token returned from the previous call to
ListSolutionVersions for getting the next set of
solution versions (if they exist). |
ListSolutionVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSolutionVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSolutionVersionsRequest.Builder |
solutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSolutionVersionsRequest.Builder solutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution.
solutionArn - The Amazon Resource Name (ARN) of the solution.ListSolutionVersionsRequest.Builder nextToken(String nextToken)
A token returned from the previous call to ListSolutionVersions for getting the next set of
solution versions (if they exist).
nextToken - A token returned from the previous call to ListSolutionVersions for getting the next set
of solution versions (if they exist).ListSolutionVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of solution versions to return.
maxResults - The maximum number of solution versions to return.ListSolutionVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSolutionVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.