Interface ListInvestigationGroupsResponse.Builder
- All Superinterfaces:
AiOpsResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListInvestigationGroupsResponse.Builder,
,ListInvestigationGroupsResponse> SdkBuilder<ListInvestigationGroupsResponse.Builder,
,ListInvestigationGroupsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListInvestigationGroupsResponse
@Mutable
@NotThreadSafe
public static interface ListInvestigationGroupsResponse.Builder
extends AiOpsResponse.Builder, SdkPojo, CopyableBuilder<ListInvestigationGroupsResponse.Builder,ListInvestigationGroupsResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninvestigationGroups
(Collection<ListInvestigationGroupsModel> investigationGroups) An array of structures, where each structure contains the information about one investigation group in the account.investigationGroups
(Consumer<ListInvestigationGroupsModel.Builder>... investigationGroups) An array of structures, where each structure contains the information about one investigation group in the account.investigationGroups
(ListInvestigationGroupsModel... investigationGroups) An array of structures, where each structure contains the information about one investigation group in the account.Include this value in your next use of this operation to get the next set of service operations.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
-
nextToken
Include this value in your next use of this operation to get the next set of service operations.
- Parameters:
nextToken
- Include this value in your next use of this operation to get the next set of service operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
investigationGroups
ListInvestigationGroupsResponse.Builder investigationGroups(Collection<ListInvestigationGroupsModel> investigationGroups) An array of structures, where each structure contains the information about one investigation group in the account.
- Parameters:
investigationGroups
- An array of structures, where each structure contains the information about one investigation group in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
investigationGroups
ListInvestigationGroupsResponse.Builder investigationGroups(ListInvestigationGroupsModel... investigationGroups) An array of structures, where each structure contains the information about one investigation group in the account.
- Parameters:
investigationGroups
- An array of structures, where each structure contains the information about one investigation group in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
investigationGroups
ListInvestigationGroupsResponse.Builder investigationGroups(Consumer<ListInvestigationGroupsModel.Builder>... investigationGroups) An array of structures, where each structure contains the information about one investigation group in the account.
This is a convenience method that creates an instance of theListInvestigationGroupsModel.Builder
avoiding the need to create one manually viaListInvestigationGroupsModel.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinvestigationGroups(List<ListInvestigationGroupsModel>)
.- Parameters:
investigationGroups
- a consumer that will call methods onListInvestigationGroupsModel.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-