CopyableBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
, SdkBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
public static interface ScanProvisionedProductsResponse.Builder extends CopyableBuilder<ScanProvisionedProductsResponse.Builder,ScanProvisionedProductsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setProvisionedProducts(java.util.Collection)
or
#withProvisionedProducts(java.util.Collection)
if you want to override the existing values.
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.