public static interface ListChangeSetsRequest.Builder extends MarketplaceCatalogRequest.Builder, SdkPojo, CopyableBuilder<ListChangeSetsRequest.Builder,ListChangeSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListChangeSetsRequest.Builder |
catalog(String catalog)
The catalog related to the request.
|
ListChangeSetsRequest.Builder |
filterList(Collection<Filter> filterList)
An array of filter objects.
|
ListChangeSetsRequest.Builder |
filterList(Consumer<Filter.Builder>... filterList)
An array of filter objects.
|
ListChangeSetsRequest.Builder |
filterList(Filter... filterList)
An array of filter objects.
|
ListChangeSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
ListChangeSetsRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListChangeSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListChangeSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListChangeSetsRequest.Builder |
sort(Consumer<Sort.Builder> sort)
An object that contains two attributes,
SortBy and SortOrder. |
ListChangeSetsRequest.Builder |
sort(Sort sort)
An object that contains two attributes,
SortBy and SortOrder. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListChangeSetsRequest.Builder catalog(String catalog)
The catalog related to the request. Fixed value: AWSMarketplace
catalog - The catalog related to the request. Fixed value: AWSMarketplaceListChangeSetsRequest.Builder filterList(Collection<Filter> filterList)
An array of filter objects.
filterList - An array of filter objects.ListChangeSetsRequest.Builder filterList(Filter... filterList)
An array of filter objects.
filterList - An array of filter objects.ListChangeSetsRequest.Builder filterList(Consumer<Filter.Builder>... filterList)
An array of filter objects.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create
one manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #filterList(List.
filterList - a consumer that will call methods on
Filter.Builder#filterList(java.util.Collection) ListChangeSetsRequest.Builder sort(Sort sort)
An object that contains two attributes, SortBy and SortOrder.
sort - An object that contains two attributes, SortBy and SortOrder.default ListChangeSetsRequest.Builder sort(Consumer<Sort.Builder> sort)
An object that contains two attributes, SortBy and SortOrder.
Sort.Builder avoiding the need to create
one manually via Sort.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to sort(Sort).
sort - a consumer that will call methods on Sort.Buildersort(Sort)ListChangeSetsRequest.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. By default, this value is 20.
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. By default, this value is 20.ListChangeSetsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.ListChangeSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListChangeSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.