Interface ListSolutionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListSolutionsResponse.Builder,
,ListSolutionsResponse> PartnerCentralSellingResponse.Builder
,SdkBuilder<ListSolutionsResponse.Builder,
,ListSolutionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSolutionsResponse
@Mutable
@NotThreadSafe
public static interface ListSolutionsResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<ListSolutionsResponse.Builder,ListSolutionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA pagination token used to retrieve the next set of results in subsequent calls.solutionSummaries
(Collection<SolutionBase> solutionSummaries) An array with minimal details for solutions matching the request criteria.solutionSummaries
(Consumer<SolutionBase.Builder>... solutionSummaries) An array with minimal details for solutions matching the request criteria.solutionSummaries
(SolutionBase... solutionSummaries) An array with minimal details for solutions matching the request criteria.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.
- Parameters:
nextToken
- A pagination token used to retrieve the next set of results in subsequent calls. This token is included in the response only if there are additional result pages available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionSummaries
An array with minimal details for solutions matching the request criteria.
- Parameters:
solutionSummaries
- An array with minimal details for solutions matching the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionSummaries
An array with minimal details for solutions matching the request criteria.
- Parameters:
solutionSummaries
- An array with minimal details for solutions matching the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
solutionSummaries
ListSolutionsResponse.Builder solutionSummaries(Consumer<SolutionBase.Builder>... solutionSummaries) An array with minimal details for solutions matching the request criteria.
This is a convenience method that creates an instance of theSolutionBase.Builder
avoiding the need to create one manually viaSolutionBase.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosolutionSummaries(List<SolutionBase>)
.- Parameters:
solutionSummaries
- a consumer that will call methods onSolutionBase.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-