Interface DeleteMembersResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DeleteMembersResponse.Builder,,- DeleteMembersResponse> - SdkBuilder<DeleteMembersResponse.Builder,,- DeleteMembersResponse> - SdkPojo,- SdkResponse.Builder,- SecurityHubResponse.Builder
- Enclosing class:
- DeleteMembersResponse
@Mutable
@NotThreadSafe
public static interface DeleteMembersResponse.Builder
extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DeleteMembersResponse.Builder,DeleteMembersResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionunprocessedAccounts(Collection<Result> unprocessedAccounts) The list of Amazon Web Services accounts that were not deleted.unprocessedAccounts(Consumer<Result.Builder>... unprocessedAccounts) The list of Amazon Web Services accounts that were not deleted.unprocessedAccounts(Result... unprocessedAccounts) The list of Amazon Web Services accounts that were not deleted.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
unprocessedAccountsThe list of Amazon Web Services accounts that were not deleted. 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 deleted. 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.
 
- 
unprocessedAccountsThe list of Amazon Web Services accounts that were not deleted. 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 deleted. 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.
 
- 
unprocessedAccountsThe list of Amazon Web Services accounts that were not deleted. 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 on- Result.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-