public static interface CreateMembersResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<CreateMembersResponse.Builder,CreateMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMembersResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
CreateMembersResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
CreateMembersResponse.Builder |
unprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembersResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of Amazon Web Services accounts that were not processed. For each account, the list includes
the account ID and the email address.CreateMembersResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of Amazon Web Services accounts that were not processed. For each account, the list includes
the account ID and the email address.CreateMembersResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.
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.