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