public static interface DeleteMembersResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DeleteMembersResponse.Builder,DeleteMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMembersResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of Amazon Web Services accounts that were not deleted. For each account, the list includes
the account ID and the email address.DeleteMembersResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of Amazon Web Services accounts that were not deleted. For each account, the list includes
the account ID and the email address.DeleteMembersResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of Amazon Web Services accounts that were not deleted. For each account, the list includes the account ID and the email address.
This is a convenience method that creates an instance of theResult.Builder avoiding the need to create one
manually via Result.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
Result.Builder#unprocessedAccounts(java.util.Collection) Copyright © 2023. All rights reserved.