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 method that creates an instance of theProvisionedProductDetail.Builder avoiding the
need to create one manually via
ProvisionedProductDetail.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #provisionedProducts(List.
provisionedProducts - a consumer that will call methods on
ProvisionedProductDetail.Builder#provisionedProducts(java.util.Collection) 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 © 2023. All rights reserved.