public static interface DeclineInvitationsResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DeclineInvitationsResponse.Builder,DeclineInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DeclineInvitationsResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
DeclineInvitationsResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
DeclineInvitationsResponse.Builder |
unprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that were not processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeclineInvitationsResponse.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.DeclineInvitationsResponse.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.DeclineInvitationsResponse.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 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.