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.
List.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.