public static interface Product.Builder extends SdkPojo, CopyableBuilder<Product.Builder,Product>
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
activationUrl(String activationUrl)
The URL to the service or product documentation about the integration with Security Hub, including how to
activate the integration.
|
Product.Builder |
categories(Collection<String> categories)
The categories assigned to the product.
|
Product.Builder |
categories(String... categories)
The categories assigned to the product.
|
Product.Builder |
companyName(String companyName)
The name of the company that provides the product.
|
Product.Builder |
description(String description)
A description of the product.
|
Product.Builder |
integrationTypes(Collection<IntegrationType> integrationTypes)
The types of integration that the product supports.
|
Product.Builder |
integrationTypes(IntegrationType... integrationTypes)
The types of integration that the product supports.
|
Product.Builder |
integrationTypesWithStrings(Collection<String> integrationTypes)
The types of integration that the product supports.
|
Product.Builder |
integrationTypesWithStrings(String... integrationTypes)
The types of integration that the product supports.
|
Product.Builder |
marketplaceUrl(String marketplaceUrl)
For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to
activate the service.
|
Product.Builder |
productArn(String productArn)
The ARN assigned to the product.
|
Product.Builder |
productName(String productName)
The name of the product.
|
Product.Builder |
productSubscriptionResourcePolicy(String productSubscriptionResourcePolicy)
The resource policy associated with the product.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProduct.Builder productArn(String productArn)
The ARN assigned to the product.
productArn - The ARN assigned to the product.Product.Builder productName(String productName)
The name of the product.
productName - The name of the product.Product.Builder companyName(String companyName)
The name of the company that provides the product.
companyName - The name of the company that provides the product.Product.Builder description(String description)
A description of the product.
description - A description of the product.Product.Builder categories(Collection<String> categories)
The categories assigned to the product.
categories - The categories assigned to the product.Product.Builder categories(String... categories)
The categories assigned to the product.
categories - The categories assigned to the product.Product.Builder integrationTypesWithStrings(Collection<String> integrationTypes)
The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security Hub,
but does make updates to the findings that it receives from Security Hub.
integrationTypes - The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security
Hub, but does make updates to the findings that it receives from Security Hub.
Product.Builder integrationTypesWithStrings(String... integrationTypes)
The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security Hub,
but does make updates to the findings that it receives from Security Hub.
integrationTypes - The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security
Hub, but does make updates to the findings that it receives from Security Hub.
Product.Builder integrationTypes(Collection<IntegrationType> integrationTypes)
The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security Hub,
but does make updates to the findings that it receives from Security Hub.
integrationTypes - The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security
Hub, but does make updates to the findings that it receives from Security Hub.
Product.Builder integrationTypes(IntegrationType... integrationTypes)
The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security Hub,
but does make updates to the findings that it receives from Security Hub.
integrationTypes - The types of integration that the product supports. Available values are the following.
SEND_FINDINGS_TO_SECURITY_HUB - The integration sends findings to Security Hub.
RECEIVE_FINDINGS_FROM_SECURITY_HUB - The integration receives findings from Security Hub.
UPDATE_FINDINGS_IN_SECURITY_HUB - The integration does not send new findings to Security
Hub, but does make updates to the findings that it receives from Security Hub.
Product.Builder marketplaceUrl(String marketplaceUrl)
For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to activate the service.
For integrations with third-party products, the Amazon Web Services Marketplace URL from which to subscribe to or purchase the product.
marketplaceUrl - For integrations with Amazon Web Services services, the Amazon Web Services Console URL from which to
activate the service.
For integrations with third-party products, the Amazon Web Services Marketplace URL from which to subscribe to or purchase the product.
Product.Builder activationUrl(String activationUrl)
The URL to the service or product documentation about the integration with Security Hub, including how to activate the integration.
activationUrl - The URL to the service or product documentation about the integration with Security Hub, including how
to activate the integration.Product.Builder productSubscriptionResourcePolicy(String productSubscriptionResourcePolicy)
The resource policy associated with the product.
productSubscriptionResourcePolicy - The resource policy associated with the product.Copyright © 2023. All rights reserved.