Interface ListInvestigationGroupsModel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListInvestigationGroupsModel.Builder,,ListInvestigationGroupsModel> SdkBuilder<ListInvestigationGroupsModel.Builder,,ListInvestigationGroupsModel> SdkPojo
- Enclosing class:
ListInvestigationGroupsModel
@Mutable
@NotThreadSafe
public static interface ListInvestigationGroupsModel.Builder
extends SdkPojo, CopyableBuilder<ListInvestigationGroupsModel.Builder,ListInvestigationGroupsModel>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the investigation group.The name of the investigation group.Methods 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, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the investigation group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the investigation group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the investigation group.
- Parameters:
name- The name of the investigation group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-