public static interface DeleteMembersResponse.Builder extends DetectiveResponse.Builder, SdkPojo, CopyableBuilder<DeleteMembersResponse.Builder,DeleteMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteMembersResponse.Builder |
accountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts that Detective successfully
removed from the behavior graph.
|
DeleteMembersResponse.Builder |
accountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member accounts that Detective successfully
removed from the behavior graph.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMembersResponse.Builder accountIds(Collection<String> accountIds)
The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed from the behavior graph.
accountIds - The list of Amazon Web Services account identifiers for the member accounts that Detective
successfully removed from the behavior graph.DeleteMembersResponse.Builder accountIds(String... accountIds)
The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed from the behavior graph.
accountIds - The list of Amazon Web Services account identifiers for the member accounts that Detective
successfully removed from the behavior graph.DeleteMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
unprocessedAccounts - The list of member accounts that Detective was not able to remove from the behavior graph. For each
member account, provides the reason that the deletion could not be processed.DeleteMembersResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph. For each member account, provides the reason that the deletion could not be processed.
unprocessedAccounts - The list of member accounts that Detective was not able to remove from the behavior graph. For each
member account, provides the reason that the deletion could not be processed.DeleteMembersResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The list of member accounts that Detective was not able to remove from the behavior graph. For each member account, provides the reason that the deletion could not be 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.