Interface PutInvestigationGroupPolicyResponse.Builder
- All Superinterfaces:
AiOpsResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<PutInvestigationGroupPolicyResponse.Builder,
,PutInvestigationGroupPolicyResponse> SdkBuilder<PutInvestigationGroupPolicyResponse.Builder,
,PutInvestigationGroupPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PutInvestigationGroupPolicyResponse
@Mutable
@NotThreadSafe
public static interface PutInvestigationGroupPolicyResponse.Builder
extends AiOpsResponse.Builder, SdkPojo, CopyableBuilder<PutInvestigationGroupPolicyResponse.Builder,PutInvestigationGroupPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninvestigationGroupArn
(String investigationGroupArn) The ARN of the investigation group that will use this policy.Methods inherited from interface software.amazon.awssdk.services.aiops.model.AiOpsResponse.Builder
build, responseMetadata, responseMetadata
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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
investigationGroupArn
The ARN of the investigation group that will use this policy.
- Parameters:
investigationGroupArn
- The ARN of the investigation group that will use this policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-