public static interface GetMembersResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<GetMembersResponse.Builder,GetMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMembersResponse.Builder |
memberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
|
GetMembersResponse.Builder |
memberDetails(Consumer<MemberDetail.Builder>... memberDetails)
The member account details that Detective is returning in response to the request.
|
GetMembersResponse.Builder |
memberDetails(MemberDetail... memberDetails)
The member account details that Detective is returning in response to the request.
|
GetMembersResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
GetMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
GetMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMembersResponse.Builder memberDetails(Collection<MemberDetail> memberDetails)
The member account details that Detective is returning in response to the request.
memberDetails - The member account details that Detective is returning in response to the request.GetMembersResponse.Builder memberDetails(MemberDetail... memberDetails)
The member account details that Detective is returning in response to the request.
memberDetails - The member account details that Detective is returning in response to the request.GetMembersResponse.Builder memberDetails(Consumer<MemberDetail.Builder>... memberDetails)
The member account details that Detective is returning in response to the request.
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) GetMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
unprocessedAccounts - The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
GetMembersResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
unprocessedAccounts - The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
GetMembersResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The requested member accounts for which Detective was unable to return member details.
For each account, provides the reason why the request could not be processed.
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.