Interface CreateInvestigationGroupResponse.Builder
- All Superinterfaces:
AiOpsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateInvestigationGroupResponse.Builder,,CreateInvestigationGroupResponse> SdkBuilder<CreateInvestigationGroupResponse.Builder,,CreateInvestigationGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateInvestigationGroupResponse
@Mutable
@NotThreadSafe
public static interface CreateInvestigationGroupResponse.Builder
extends AiOpsResponse.Builder, SdkPojo, CopyableBuilder<CreateInvestigationGroupResponse.Builder,CreateInvestigationGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the investigation group that you just created.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
-
arn
The ARN of the investigation group that you just created.
- Parameters:
arn- The ARN of the investigation group that you just created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-