public static interface ScanProvisionedProductsResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
| Modifier and Type | Method and Description |
|---|---|
ScanProvisionedProductsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next set of results.
|
ScanProvisionedProductsResponse.Builder |
provisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
Information about the provisioned products.
|
ScanProvisionedProductsResponse.Builder |
provisionedProducts(Consumer<ProvisionedProductDetail.Builder>... provisionedProducts)
Information about the provisioned products.
|
ScanProvisionedProductsResponse.Builder |
provisionedProducts(ProvisionedProductDetail... provisionedProducts)
Information about the provisioned products.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildScanProvisionedProductsResponse.Builder provisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
Information about the provisioned products.
provisionedProducts - Information about the provisioned products.ScanProvisionedProductsResponse.Builder provisionedProducts(ProvisionedProductDetail... provisionedProducts)
Information about the provisioned products.
provisionedProducts - Information about the provisioned products.ScanProvisionedProductsResponse.Builder provisionedProducts(Consumer<ProvisionedProductDetail.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) ScanProvisionedProductsResponse.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.