Interface BatchDeleteWorldsResponse.Builder

  • Method Details

    • unprocessedWorlds

      BatchDeleteWorldsResponse.Builder unprocessedWorlds(Collection<String> unprocessedWorlds)

      A list of unprocessed worlds associated with the call. These worlds were not deleted.

      Parameters:
      unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unprocessedWorlds

      BatchDeleteWorldsResponse.Builder unprocessedWorlds(String... unprocessedWorlds)

      A list of unprocessed worlds associated with the call. These worlds were not deleted.

      Parameters:
      unprocessedWorlds - A list of unprocessed worlds associated with the call. These worlds were not deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.