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 AWS account identifiers for the member accounts that Detective successfully deleted from the
behavior graph.
|
DeleteMembersResponse.Builder |
accountIds(String... accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the
behavior graph.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
DeleteMembersResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The list of member accounts that Detective was not able to delete from the behavior graph.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMembersResponse.Builder accountIds(Collection<String> accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
accountIds - The list of AWS account identifiers for the member accounts that Detective successfully deleted from
the behavior graph.DeleteMembersResponse.Builder accountIds(String... accountIds)
The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.
accountIds - The list of AWS account identifiers for the member accounts that Detective successfully deleted from
the behavior graph.DeleteMembersResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The list of member accounts that Detective was not able to delete 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 delete 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 delete 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 delete 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 delete from the behavior graph. For each member account, provides the reason that the deletion 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 © 2021. All rights reserved.