public static interface CreateMembersResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<CreateMembersResponse.Builder,CreateMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMembersResponse.Builder |
members(Collection<MemberDetail> members)
The set of member account invitation requests that Detective was able to process.
|
CreateMembersResponse.Builder |
members(Consumer<MemberDetail.Builder>... members)
The set of member account invitation requests that Detective was able to process.
|
CreateMembersResponse.Builder |
members(MemberDetail... members)
The set of member account invitation requests that Detective was able to process.
|
CreateMembersResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
CreateMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
CreateMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembersResponse.Builder members(Collection<MemberDetail> members)
The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.
members - The set of member account invitation requests that Detective was able to process. This includes
accounts that are being verified, that failed verification, and that passed verification and are being
sent an invitation.CreateMembersResponse.Builder members(MemberDetail... members)
The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.
members - The set of member account invitation requests that Detective was able to process. This includes
accounts that are being verified, that failed verification, and that passed verification and are being
sent an invitation.CreateMembersResponse.Builder members(Consumer<MemberDetail.Builder>... members)
The set of member account invitation requests that Detective was able to process. This includes accounts that are being verified, that failed verification, and that passed verification and are being sent an invitation.
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 #members(List) .members - a consumer that will call methods on List.Builder #members(List) CreateMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.
unprocessedAccounts - The list of accounts for which Detective was unable to process the invitation request. For each
account, the list provides the reason why the request could not be processed. The list includes
accounts that are already member accounts in the behavior graph.CreateMembersResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in the behavior graph.
unprocessedAccounts - The list of accounts for which Detective was unable to process the invitation request. For each
account, the list provides the reason why the request could not be processed. The list includes
accounts that are already member accounts in the behavior graph.CreateMembersResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation request. For each account, the list provides the reason why the request could not be processed. The list includes accounts that are already member accounts in 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 #unprocessedAccounts(List) .unprocessedAccounts - a consumer that will call methods on List.Builder #unprocessedAccounts(List) Copyright © 2021. All rights reserved.