Interface DescribeProductsV2Response.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeProductsV2Response.Builder,,DescribeProductsV2Response> SdkBuilder<DescribeProductsV2Response.Builder,,DescribeProductsV2Response> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
DescribeProductsV2Response
@Mutable
@NotThreadSafe
public static interface DescribeProductsV2Response.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DescribeProductsV2Response.Builder,DescribeProductsV2Response>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token to use to request the next page of results.productsV2(Collection<ProductV2> productsV2) Gets information about the product integration.productsV2(Consumer<ProductV2.Builder>... productsV2) Gets information about the product integration.productsV2(ProductV2... productsV2) Gets information about the product integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
productsV2
Gets information about the product integration.
- Parameters:
productsV2- Gets information about the product integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productsV2
Gets information about the product integration.
- Parameters:
productsV2- Gets information about the product integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productsV2
Gets information about the product integration.
This is a convenience method that creates an instance of theProductV2.Builderavoiding the need to create one manually viaProductV2.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproductsV2(List<ProductV2>).- Parameters:
productsV2- a consumer that will call methods onProductV2.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token to use to request the next page of results. Otherwise, this parameter is null.
- Parameters:
nextToken- The pagination token to use to request the next page of results. Otherwise, this parameter is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-