public static interface CreateMembersResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<CreateMembersResponse.Builder,CreateMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMembersResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that include the
accountIds of the unprocessed accounts and a result string
that explains why each was unprocessed. |
CreateMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that include the
accountIds of the unprocessed accounts and a result string
that explains why each was unprocessed. |
CreateMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that include the
accountIds of the unprocessed accounts and a result string
that explains why each was unprocessed. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that include the accountIds of the unprocessed accounts and a result string
that explains why each was unprocessed.
unprocessedAccounts - A list of objects that include the accountIds of the unprocessed accounts and a result
string that explains why each was unprocessed.CreateMembersResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that include the accountIds of the unprocessed accounts and a result string
that explains why each was unprocessed.
unprocessedAccounts - A list of objects that include the accountIds of the unprocessed accounts and a result
string that explains why each was unprocessed.CreateMembersResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that include the accountIds of the unprocessed accounts and a result string
that explains why each was unprocessed.
UnprocessedAccount.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.