Interface DeleteMembersResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DeleteMembersResponse.Builder,DeleteMembersResponse>, SdkBuilder<DeleteMembersResponse.Builder,DeleteMembersResponse>, SdkPojo, SdkResponse.Builder, SecurityHubResponse.Builder
Enclosing class:
DeleteMembersResponse

public static interface DeleteMembersResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<DeleteMembersResponse.Builder,DeleteMembersResponse>
  • Method Details

    • unprocessedAccounts

      DeleteMembersResponse.Builder unprocessedAccounts(Collection<Result> 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.

      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.
    • unprocessedAccounts

      DeleteMembersResponse.Builder unprocessedAccounts(Result... 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.

      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.
    • unprocessedAccounts

      DeleteMembersResponse.Builder unprocessedAccounts(Consumer<Result.Builder>... 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.

      This is a convenience method that creates an instance of the Result.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<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: