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 theMember.Builder avoiding the need to create one
manually via Member.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #members(List.
members - a consumer that will call methods on
Member.Builder#members(java.util.Collection) 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 theResult.Builder avoiding the need to create one
manually via Result.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
Result.Builder#unprocessedAccounts(java.util.Collection) Copyright © 2023. All rights reserved.