Interface CreateMembersResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateMembersResponse.Builder,,CreateMembersResponse> SdkBuilder<CreateMembersResponse.Builder,,CreateMembersResponse> SdkPojo,SdkResponse.Builder,SecurityHubResponse.Builder
- Enclosing class:
 CreateMembersResponse
public static interface CreateMembersResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<CreateMembersResponse.Builder,CreateMembersResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionunprocessedAccounts(Collection<Result> unprocessedAccounts) The list of Amazon Web Services accounts that were not processed.unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts) The list of Amazon Web Services accounts that were not processed.unprocessedAccounts(Result... unprocessedAccounts) The list of Amazon Web Services accounts that were not processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
unprocessedAccounts
The list of Amazon Web Services accounts that were not processed. For each account, the list includes the account ID and the email address.
- Parameters:
 unprocessedAccounts- The list of Amazon Web Services accounts that were not 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 were not processed. For each account, the list includes the account ID and the email address.
- Parameters:
 unprocessedAccounts- The list of Amazon Web Services accounts that were not 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 were not 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.Builderavoiding the need to create one manually viaResult.builder().When the
Consumercompletes,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:
 
 
 -