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 or enablement requests that Detective was able to process.
|
CreateMembersResponse.Builder |
members(Consumer<MemberDetail.Builder>... members)
The set of member account invitation or enablement requests that Detective was able to process.
|
CreateMembersResponse.Builder |
members(MemberDetail... members)
The set of member account invitation or enablement 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 or enablement request.
|
CreateMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation or enablement request.
|
CreateMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation or enablement request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembersResponse.Builder members(Collection<MemberDetail> members)
The set of member account invitation or enablement 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 or are being enabled.
members - The set of member account invitation or enablement 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 or are being enabled.CreateMembersResponse.Builder members(MemberDetail... members)
The set of member account invitation or enablement 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 or are being enabled.
members - The set of member account invitation or enablement 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 or are being enabled.CreateMembersResponse.Builder members(Consumer<MemberDetail.Builder>... members)
The set of member account invitation or enablement 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 or are being enabled.
This is a convenience method that creates an instance of theMemberDetail.Builder avoiding the need to create one
manually via MemberDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #members(List.
members - a consumer that will call methods on
MemberDetail.Builder#members(java.util.Collection) CreateMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of accounts for which Detective was unable to process the invitation or enablement 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 or enablement 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 or enablement 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 or enablement 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 or enablement 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 method that creates an instance of theUnprocessedAccount.Builder avoiding the need to
create one manually via UnprocessedAccount.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unprocessedAccounts(List.
unprocessedAccounts - a consumer that will call methods on
UnprocessedAccount.Builder#unprocessedAccounts(java.util.Collection) Copyright © 2023. All rights reserved.