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 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 #memberDetails(List.
memberDetails - a consumer that will call methods on
MemberDetail.Builder#memberDetails(java.util.Collection) 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 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 © 2022. All rights reserved.