public static interface DeclineInvitationsResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<DeclineInvitationsResponse.Builder,DeclineInvitationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DeclineInvitationsResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.
|
DeclineInvitationsResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.
|
DeclineInvitationsResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeclineInvitationsResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
unprocessedAccounts - A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.DeclineInvitationsResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
unprocessedAccounts - A list of objects that contain the unprocessed account and a result string that explains why it was
unprocessed.DeclineInvitationsResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed.
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.