public static interface DescribeProductsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeProductsResponse.Builder,DescribeProductsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeProductsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to request the next page of results.
|
DescribeProductsResponse.Builder |
products(Collection<Product> products)
A list of products, including details for each product.
|
DescribeProductsResponse.Builder |
products(Consumer<Product.Builder>... products)
A list of products, including details for each product.
|
DescribeProductsResponse.Builder |
products(Product... products)
A list of products, including details for each product.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeProductsResponse.Builder products(Collection<Product> products)
A list of products, including details for each product.
products - A list of products, including details for each product.DescribeProductsResponse.Builder products(Product... products)
A list of products, including details for each product.
products - A list of products, including details for each product.DescribeProductsResponse.Builder products(Consumer<Product.Builder>... products)
A list of products, including details for each product.
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 #products(List) .products - a consumer that will call methods on List.Builder #products(List) DescribeProductsResponse.Builder nextToken(String nextToken)
The pagination token to use to request the next page of results.
nextToken - The pagination token to use to request the next page of results.Copyright © 2021. All rights reserved.