Product.Builder |
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.
|
static Product.Builder |
Product.builder() |
|
Product.Builder |
Product.Builder.categories(String... categories) |
The categories assigned to the product.
|
Product.Builder |
Product.Builder.categories(Collection<String> categories) |
The categories assigned to the product.
|
Product.Builder |
Product.Builder.companyName(String companyName) |
The name of the company that provides the product.
|
Product.Builder |
Product.Builder.description(String description) |
A description of the product.
|
Product.Builder |
Product.Builder.integrationTypes(Collection<IntegrationType> integrationTypes) |
The types of integration that the product supports.
|
Product.Builder |
Product.Builder.integrationTypes(IntegrationType... integrationTypes) |
The types of integration that the product supports.
|
Product.Builder |
Product.Builder.integrationTypesWithStrings(String... integrationTypes) |
The types of integration that the product supports.
|
Product.Builder |
Product.Builder.integrationTypesWithStrings(Collection<String> integrationTypes) |
The types of integration that the product supports.
|
Product.Builder |
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 |
Product.Builder.productArn(String productArn) |
The ARN assigned to the product.
|
Product.Builder |
Product.Builder.productName(String productName) |
The name of the product.
|
Product.Builder |
Product.Builder.productSubscriptionResourcePolicy(String productSubscriptionResourcePolicy) |
The resource policy associated with the product.
|
Product.Builder |
Product.toBuilder() |
|