Interface GetInvestigationGroupPolicyResponse.Builder
- All Superinterfaces:
AiOpsResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetInvestigationGroupPolicyResponse.Builder,
,GetInvestigationGroupPolicyResponse> SdkBuilder<GetInvestigationGroupPolicyResponse.Builder,
,GetInvestigationGroupPolicyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetInvestigationGroupPolicyResponse
@Mutable
@NotThreadSafe
public static interface GetInvestigationGroupPolicyResponse.Builder
extends AiOpsResponse.Builder, SdkPojo, CopyableBuilder<GetInvestigationGroupPolicyResponse.Builder,GetInvestigationGroupPolicyResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninvestigationGroupArn
(String investigationGroupArn) The Amazon Resource Name (ARN) of the investigation group that you want to view the policy of.The policy, in JSON format.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 Amazon Resource Name (ARN) of the investigation group that you want to view the policy of.
- Parameters:
investigationGroupArn
- The Amazon Resource Name (ARN) of the investigation group that you want to view the policy of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policy
The policy, in JSON format.
- Parameters:
policy
- The policy, in JSON format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-