Interface DeleteInsightResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteInsightResponse.Builder,
,DeleteInsightResponse> SdkBuilder<DeleteInsightResponse.Builder,
,DeleteInsightResponse> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
DeleteInsightResponse
public static interface DeleteInsightResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DeleteInsightResponse.Builder,DeleteInsightResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninsightArn
(String insightArn) The ARN of the insight that was deleted.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
-
insightArn
The ARN of the insight that was deleted.
- Parameters:
insightArn
- The ARN of the insight that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-