public static interface ScanProvisionedProductsResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
Modifier and Type | Method and Description |
---|---|
ScanProvisionedProductsResponse.Builder |
nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
ScanProvisionedProductsResponse.Builder |
provisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
A list of ProvisionedProduct detail objects.
|
ScanProvisionedProductsResponse.Builder |
provisionedProducts(ProvisionedProductDetail... provisionedProducts)
A list of ProvisionedProduct detail objects.
|
build
copy
apply, build
ScanProvisionedProductsResponse.Builder provisionedProducts(Collection<ProvisionedProductDetail> provisionedProducts)
A list of ProvisionedProduct detail objects.
provisionedProducts
- A list of ProvisionedProduct detail objects.ScanProvisionedProductsResponse.Builder provisionedProducts(ProvisionedProductDetail... provisionedProducts)
A list of ProvisionedProduct detail objects.
provisionedProducts
- A list of ProvisionedProduct detail objects.ScanProvisionedProductsResponse.Builder nextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextPageToken
- The page token to use to retrieve the next page of results for this operation. If there are no more
pages, this value is null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.