Interface GetMembersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMembersResponse.Builder,
,GetMembersResponse> SdkBuilder<GetMembersResponse.Builder,
,GetMembersResponse> SdkPojo
,SdkResponse.Builder
,SecurityHubResponse.Builder
- Enclosing class:
GetMembersResponse
-
Method Summary
Modifier and TypeMethodDescriptionmembers
(Collection<Member> members) The list of details about the Security Hub member accounts.members
(Consumer<Member.Builder>... members) The list of details about the Security Hub member accounts.The list of details about the Security Hub member accounts.unprocessedAccounts
(Collection<Result> unprocessedAccounts) The list of Amazon Web Services accounts that could not be processed.unprocessedAccounts
(Consumer<Result.Builder>... unprocessedAccounts) The list of Amazon Web Services accounts that could not be processed.unprocessedAccounts
(Result... unprocessedAccounts) The list of Amazon Web Services accounts that could not be processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
members
The list of details about the Security Hub member accounts.
- Parameters:
members
- The list of details about the Security Hub member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
members
The list of details about the Security Hub member accounts.
- Parameters:
members
- The list of details about the Security Hub member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaMember.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomembers(List<Member>)
.- Parameters:
members
- a consumer that will call methods onMember.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tounprocessedAccounts(List<Result>)
.- Parameters:
unprocessedAccounts
- a consumer that will call methods onResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-