public static interface GetMembersResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetMembersResponse.Builder,GetMembersResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMembersResponse.Builder |
members(Collection<Member> members)
The list of details about the Security Hub member accounts.
|
GetMembersResponse.Builder |
members(Consumer<Member.Builder>... members)
The list of details about the Security Hub member accounts.
|
GetMembersResponse.Builder |
members(Member... members)
The list of details about the Security Hub member accounts.
|
GetMembersResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
GetMembersResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
GetMembersResponse.Builder |
unprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMembersResponse.Builder members(Collection<Member> members)
The list of details about the Security Hub member accounts.
members - The list of details about the Security Hub member accounts.GetMembersResponse.Builder members(Member... members)
The list of details about the Security Hub member accounts.
members - The list of details about the Security Hub member accounts.GetMembersResponse.Builder members(Consumer<Member.Builder>... members)
The list of details about the Security Hub member accounts.
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 #members(List) .members - a consumer that will call methods on List.Builder #members(List) GetMembersResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of Amazon Web Services accounts that could not be processed. For each account, the list
includes the account ID and the email address.GetMembersResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
unprocessedAccounts - The list of Amazon Web Services accounts that could not be processed. For each account, the list
includes the account ID and the email address.GetMembersResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address.
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.