public static interface CreateMembersResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<CreateMembersResponse.Builder,CreateMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMembersResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
CreateMembersResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
CreateMembersResponse.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, buildCreateMembersResponse.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.CreateMembersResponse.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.CreateMembersResponse.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.