public static interface DisassociateMembersResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<DisassociateMembersResponse.Builder,DisassociateMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateMembersResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.
|
DisassociateMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.
|
DisassociateMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
unprocessedAccounts - A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.DisassociateMembersResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
unprocessedAccounts - A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.DisassociateMembersResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
This is a convenience method 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 © 2022. All rights reserved.