public static interface InviteMembersResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<InviteMembersResponse.Builder,InviteMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
InviteMembersResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
InviteMembersResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
InviteMembersResponse.Builder |
unprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildInviteMembersResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
unprocessedAccounts - A list of account ID and email address pairs of the AWS accounts that could not be processed.InviteMembersResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
unprocessedAccounts - A list of account ID and email address pairs of the AWS accounts that could not be processed.InviteMembersResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.