Interface ListSolutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListSolutionsRequest.Builder,ListSolutionsRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<ListSolutionsRequest.Builder,ListSolutionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSolutionsRequest
public static interface ListSolutionsRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<ListSolutionsRequest.Builder,ListSolutionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ListSolutionsRequest.Buildercatalog(String catalog)Specifies the catalog associated with the request.ListSolutionsRequest.Buildercategory(String... category)Filters the solutions based on the category to which they belong.ListSolutionsRequest.Buildercategory(Collection<String> category)Filters the solutions based on the category to which they belong.ListSolutionsRequest.Builderidentifier(String... identifier)Filters the solutions based on their unique identifier.ListSolutionsRequest.Builderidentifier(Collection<String> identifier)Filters the solutions based on their unique identifier.ListSolutionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results returned by a single call.ListSolutionsRequest.BuildernextToken(String nextToken)A pagination token used to retrieve the next set of results in subsequent calls.ListSolutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSolutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListSolutionsRequest.Buildersort(Consumer<SolutionSort.Builder> sort)Object that configures sorting done on the response.ListSolutionsRequest.Buildersort(SolutionSort sort)Object that configures sorting done on the response.ListSolutionsRequest.Builderstatus(Collection<SolutionStatus> status)Filters solutions based on their status.ListSolutionsRequest.Builderstatus(SolutionStatus... status)Filters solutions based on their status.ListSolutionsRequest.BuilderstatusWithStrings(String... status)Filters solutions based on their status.ListSolutionsRequest.BuilderstatusWithStrings(Collection<String> status)Filters solutions based on their status.-
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.partnercentralselling.model.PartnerCentralSellingRequest.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 Detail
-
catalog
ListSolutionsRequest.Builder catalog(String catalog)
Specifies the catalog associated with the request. This field takes a string value from a predefined list:
AWSorSandbox. The catalog determines which environment the solutions are listed in. UseAWSto list solutions in the Amazon Web Services catalog, andSandboxto list solutions in a secure and isolated testing environment.- Parameters:
catalog- Specifies the catalog associated with the request. This field takes a string value from a predefined list:AWSorSandbox. The catalog determines which environment the solutions are listed in. UseAWSto list solutions in the Amazon Web Services catalog, andSandboxto list solutions in a secure and isolated testing environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
ListSolutionsRequest.Builder category(Collection<String> category)
Filters the solutions based on the category to which they belong. This allows partners to search for solutions within specific categories, such as
Software,Consulting, orManaged Services.- Parameters:
category- Filters the solutions based on the category to which they belong. This allows partners to search for solutions within specific categories, such asSoftware,Consulting, orManaged Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
ListSolutionsRequest.Builder category(String... category)
Filters the solutions based on the category to which they belong. This allows partners to search for solutions within specific categories, such as
Software,Consulting, orManaged Services.- Parameters:
category- Filters the solutions based on the category to which they belong. This allows partners to search for solutions within specific categories, such asSoftware,Consulting, orManaged Services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
ListSolutionsRequest.Builder identifier(Collection<String> identifier)
Filters the solutions based on their unique identifier. Use this filter to retrieve specific solutions by providing the solution's identifier for accurate results.
- Parameters:
identifier- Filters the solutions based on their unique identifier. Use this filter to retrieve specific solutions by providing the solution's identifier for accurate results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
ListSolutionsRequest.Builder identifier(String... identifier)
Filters the solutions based on their unique identifier. Use this filter to retrieve specific solutions by providing the solution's identifier for accurate results.
- Parameters:
identifier- Filters the solutions based on their unique identifier. Use this filter to retrieve specific solutions by providing the solution's identifier for accurate results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSolutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results.
Default: 20
- Parameters:
maxResults- The maximum number of results returned by a single call. This value must be provided in the next call to retrieve the next set of results.Default: 20
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSolutionsRequest.Builder nextToken(String 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.
-
sort
ListSolutionsRequest.Builder sort(SolutionSort sort)
Object that configures sorting done on the response. Default
Sort.SortByisIdentifier.- Parameters:
sort- Object that configures sorting done on the response. DefaultSort.SortByisIdentifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sort
default ListSolutionsRequest.Builder sort(Consumer<SolutionSort.Builder> sort)
Object that configures sorting done on the response. Default
This is a convenience method that creates an instance of theSort.SortByisIdentifier.SolutionSort.Builderavoiding the need to create one manually viaSolutionSort.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosort(SolutionSort).- Parameters:
sort- a consumer that will call methods onSolutionSort.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sort(SolutionSort)
-
statusWithStrings
ListSolutionsRequest.Builder statusWithStrings(Collection<String> status)
Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.
- Parameters:
status- Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusWithStrings
ListSolutionsRequest.Builder statusWithStrings(String... status)
Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.
- Parameters:
status- Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListSolutionsRequest.Builder status(Collection<SolutionStatus> status)
Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.
- Parameters:
status- Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListSolutionsRequest.Builder status(SolutionStatus... status)
Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.
- Parameters:
status- Filters solutions based on their status. This filter helps partners manage their solution portfolios effectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSolutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSolutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-