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 theUnprocessedAccount.Builder avoiding the need to
create one manually via UnprocessedAccount.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
UnprocessedAccount.Builder#unprocessedAccounts(java.util.Collection) Copyright © 2023. All rights reserved.