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)
A list of details about the Security Hub member accounts.
|
GetMembersResponse.Builder |
members(Consumer<Member.Builder>... members)
A list of details about the Security Hub member accounts.
|
GetMembersResponse.Builder |
members(Member... members)
A list of details about the Security Hub member accounts.
|
GetMembersResponse.Builder |
unprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
GetMembersResponse.Builder |
unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
GetMembersResponse.Builder |
unprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetMembersResponse.Builder members(Collection<Member> members)
A list of details about the Security Hub member accounts.
members - A list of details about the Security Hub member accounts.GetMembersResponse.Builder members(Member... members)
A list of details about the Security Hub member accounts.
members - A list of details about the Security Hub member accounts.GetMembersResponse.Builder members(Consumer<Member.Builder>... members)
A list of details about the Security Hub member accounts.
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 #members(List) .members - a consumer that will call methods on List.Builder #members(List) GetMembersResponse.Builder unprocessedAccounts(Collection<Result> unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
unprocessedAccounts - A list of account ID and email address pairs of the AWS accounts that could not be processed.GetMembersResponse.Builder unprocessedAccounts(Result... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that could not be processed.
unprocessedAccounts - A list of account ID and email address pairs of the AWS accounts that could not be processed.GetMembersResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts)
A list of account ID and email address pairs of the AWS accounts that 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.