public static interface DeleteInvitationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DeleteInvitationsResponse.Builder,DeleteInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteInvitationsResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of AWS accounts for which the invitations were not deleted.
|
DeleteInvitationsResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of AWS accounts for which the invitations were not deleted.
|
DeleteInvitationsResponse.Builder |
unprocessedAccounts(Result... unprocessedAccounts)
The list of AWS accounts for which the invitations were not deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteInvitationsResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of AWS accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of AWS accounts for which the invitations were not deleted. For each account, the list
includes the account ID and the email address.DeleteInvitationsResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)
The list of AWS accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of AWS accounts for which the invitations were not deleted. For each account, the list
includes the account ID and the email address.DeleteInvitationsResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of AWS accounts for which the invitations were not deleted. For each account, the list includes the account ID and the email address.
This is a convenience 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 © 2021. All rights reserved.