public static interface SearchProvisionedProductsResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<SearchProvisionedProductsResponse.Builder,SearchProvisionedProductsResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchProvisionedProductsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
SearchProvisionedProductsResponse.Builder |
provisionedProducts(Collection<ProvisionedProductAttribute> provisionedProducts)
Information about the provisioned products.
|
SearchProvisionedProductsResponse.Builder |
provisionedProducts(Consumer<ProvisionedProductAttribute.Builder>... provisionedProducts)
Information about the provisioned products.
|
SearchProvisionedProductsResponse.Builder |
provisionedProducts(ProvisionedProductAttribute... provisionedProducts)
Information about the provisioned products.
|
SearchProvisionedProductsResponse.Builder |
totalResultsCount(Integer totalResultsCount)
The number of provisioned products found.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchProvisionedProductsResponse.Builder provisionedProducts(Collection<ProvisionedProductAttribute> provisionedProducts)
Information about the provisioned products.
provisionedProducts - Information about the provisioned products.SearchProvisionedProductsResponse.Builder provisionedProducts(ProvisionedProductAttribute... provisionedProducts)
Information about the provisioned products.
provisionedProducts - Information about the provisioned products.SearchProvisionedProductsResponse.Builder provisionedProducts(Consumer<ProvisionedProductAttribute.Builder>... provisionedProducts)
Information about the provisioned products.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #provisionedProducts(List) .provisionedProducts - a consumer that will call methods on List.Builder #provisionedProducts(List) SearchProvisionedProductsResponse.Builder totalResultsCount(Integer totalResultsCount)
The number of provisioned products found.
totalResultsCount - The number of provisioned products found.SearchProvisionedProductsResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this
value is null.Copyright © 2021. All rights reserved.