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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.
-