Interface EnableImportFindingsForProductResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<EnableImportFindingsForProductResponse.Builder,
,EnableImportFindingsForProductResponse> SdkBuilder<EnableImportFindingsForProductResponse.Builder,
,EnableImportFindingsForProductResponse> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
EnableImportFindingsForProductResponse
public static interface EnableImportFindingsForProductResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<EnableImportFindingsForProductResponse.Builder,EnableImportFindingsForProductResponse>
-
Method Summary
Modifier and TypeMethodDescriptionproductSubscriptionArn
(String productSubscriptionArn) The ARN of your subscription to the product to enable integrations for.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
productSubscriptionArn
EnableImportFindingsForProductResponse.Builder productSubscriptionArn(String productSubscriptionArn) The ARN of your subscription to the product to enable integrations for.
- Parameters:
productSubscriptionArn
- The ARN of your subscription to the product to enable integrations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-