public static interface ListMembersResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<ListMembersResponse.Builder,ListMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMembersResponse.Builder |
memberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
|
ListMembersResponse.Builder |
memberDetails(Consumer<MemberDetail.Builder>... memberDetails)
The list of member accounts in the behavior graph.
|
ListMembersResponse.Builder |
memberDetails(MemberDetail... memberDetails)
The list of member accounts in the behavior graph.
|
ListMembersResponse.Builder |
nextToken(String nextToken)
If there are more member accounts remaining in the results, then this is the pagination token to use to
request the next page of member accounts.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMembersResponse.Builder memberDetails(Collection<MemberDetail> memberDetails)
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
memberDetails - The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
ListMembersResponse.Builder memberDetails(MemberDetail... memberDetails)
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
memberDetails - The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
ListMembersResponse.Builder memberDetails(Consumer<MemberDetail.Builder>... memberDetails)
The list of member accounts in the behavior graph.
The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #memberDetails(List) .memberDetails - a consumer that will call methods on List.Builder #memberDetails(List) ListMembersResponse.Builder nextToken(String nextToken)
If there are more member accounts remaining in the results, then this is the pagination token to use to request the next page of member accounts.
nextToken - If there are more member accounts remaining in the results, then this is the pagination token to use
to request the next page of member accounts.Copyright © 2021. All rights reserved.