public static interface StopMonitoringMembersResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<StopMonitoringMembersResponse.Builder,StopMonitoringMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
StopMonitoringMembersResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain an accountId for each account that could not be processed, and a result string
that indicates why the account was not processed.
|
StopMonitoringMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that contain an accountId for each account that could not be processed, and a result string
that indicates why the account was not processed.
|
StopMonitoringMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain an accountId for each account that could not be processed, and a result string
that indicates why the account was not processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopMonitoringMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.
unprocessedAccounts - A list of objects that contain an accountId for each account that could not be processed, and a result
string that indicates why the account was not processed.StopMonitoringMembersResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.
unprocessedAccounts - A list of objects that contain an accountId for each account that could not be processed, and a result
string that indicates why the account was not processed.StopMonitoringMembersResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
A list of objects that contain an accountId for each account that could not be processed, and a result string that indicates why the account was not processed.
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.